From 8741d036f80ae00ba9d917c27c636cee83be6f7a Mon Sep 17 00:00:00 2001 From: Justin Berthault <justin.berthault@zaclys.net> Date: Fri, 18 Dec 2020 08:36:48 +0100 Subject: [PATCH] community/coregarage: upgrade to 4.1.0 --- community/coregarage/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/coregarage/APKBUILD b/community/coregarage/APKBUILD index 5b1f4a31243b..aa021054000d 100644 --- a/community/coregarage/APKBUILD +++ b/community/coregarage/APKBUILD @@ -1,7 +1,7 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=coregarage -pkgver=4.0.0 +pkgver=4.1.0 pkgrel=0 pkgdesc="A settings manager for the CoreApps family." arch="all !s390x !mips64" # polkit @@ -21,4 +21,4 @@ build() { package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="0f7864027af39b567d54f0430f511245d3dd5b18d900e66734bb27e95ffa6ed6d6217fe80f95e8fe9b322bad47628127fa559ed328051ec1c551e77824cfc9f6 coregarage-4.0.0.tar.gz" +sha512sums="9b15c1147105c0cc068e9559e4c5c89e95497a7026356051b37165a0347725e6310b4d5144238e01f94a7cbbd6a427db8eed37bb457c2804db2b857a9c1de574 coregarage-4.1.0.tar.gz" -- GitLab