From c30dddc9239af5b17a4ba59460ce920dfa7ff0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 14 May 2017 17:52:16 +0200 Subject: [PATCH] Release v3 --- agetpkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agetpkg b/agetpkg index fa27d09..0379f1e 100755 --- a/agetpkg +++ b/agetpkg @@ -2,7 +2,7 @@ # coding: utf-8 # agetpkg - Archive Get Package -# Copyright © 2015 Sébastien Luttringer +# Copyright © 2017 Sébastien Luttringer # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -38,7 +38,7 @@ from xdg.BaseDirectory import save_cache_path # magics NAME = "agetpkg" -VERSION = "2" +VERSION = "3" ARCHIVE_URL = "https://archive.archlinux.org/packages/.all/" INDEX_FILENAME = "index.0.xz" PKG_EXT = ".pkg.tar.xz" -- GitLab