diff options
author | Ermine <mustela@erminea.space> | 2024-08-30 09:08:52 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 04:55:08 -0600 |
commit | c525be15e49cf30b02f9cedf15e8e7232205e23d (patch) | |
tree | c444209e889e0ce79485843e6c052ec702843cbd | |
parent | ce8d1ab6fa4e77333d612f779c7253ea0681f92b (diff) | |
download | packages-c525be15e49cf30b02f9cedf15e8e7232205e23d.tar.gz packages-c525be15e49cf30b02f9cedf15e8e7232205e23d.tar.bz2 packages-c525be15e49cf30b02f9cedf15e8e7232205e23d.tar.xz packages-c525be15e49cf30b02f9cedf15e8e7232205e23d.zip |
user/xgamma: upgrade to 1.0.7
-rw-r--r-- | user/xgamma/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/xgamma/APKBUILD b/user/xgamma/APKBUILD index f6f49a5cb..c0af0c45a 100644 --- a/user/xgamma/APKBUILD +++ b/user/xgamma/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xgamma -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=0 pkgdesc="Tools for manipulating gamma on X11 displays" url="https://www.X.Org/" @@ -10,7 +10,7 @@ license="X11" depends="" makedepends="libx11-dev libxxf86vm-dev util-macros xorgproto-dev" subpackages="$pkgname-doc" -source="https://www.x.org/releases/individual/app/xgamma-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/xgamma-$pkgver.tar.xz" build() { ./configure \ @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a xgamma-1.0.6.tar.bz2" +sha512sums="9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb xgamma-1.0.7.tar.xz" |