From 673e3717cdfc7a0048a9c6f734ee406572087f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 10 Sep 2020 06:05:55 +0200 Subject: [PATCH] Release v4 --- agetpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agetpkg b/agetpkg index a70ce0a..786257a 100755 --- a/agetpkg +++ b/agetpkg @@ -38,7 +38,7 @@ from xdg.BaseDirectory import save_cache_path # magics NAME = "agetpkg" -VERSION = "3" +VERSION = "4" ARCHIVE_URL = "https://archive.archlinux.org/packages/.all/" REPORT_URL = "https://github.com/seblu/agetpkg/issues" INDEX_FILENAME = "index.0.xz" -- GitLab