diff options
author | Ermine <mustela@erminea.space> | 2024-08-31 09:46:57 +0000 |
---|---|---|
committer | Ermine <mustela@erminea.space> | 2024-09-01 12:53:59 +0000 |
commit | 6ff40c380f1bea07c60bcecc31e60b3fb9274512 (patch) | |
tree | 3033866b9faff22db428ac3bcb4428145f0d3f4b /user | |
parent | bb956274638723839a53677e77598957fd33a4d2 (diff) | |
download | packages-6ff40c380f1bea07c60bcecc31e60b3fb9274512.tar.gz packages-6ff40c380f1bea07c60bcecc31e60b3fb9274512.tar.bz2 packages-6ff40c380f1bea07c60bcecc31e60b3fb9274512.tar.xz packages-6ff40c380f1bea07c60bcecc31e60b3fb9274512.zip |
user/xwd: upgrade to 1.0.9
Diffstat (limited to 'user')
-rw-r--r-- | user/xwd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/xwd/APKBUILD b/user/xwd/APKBUILD index 831fe5bcd..7c219156f 100644 --- a/user/xwd/APKBUILD +++ b/user/xwd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xwd -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=0 pkgdesc="Dump the contents of an X11 window to a file" url="https://www.X.Org/" @@ -10,7 +10,7 @@ license="X11 AND MIT" depends="" makedepends="libx11-dev libxkbfile-dev util-macros xorgproto-dev" subpackages="$pkgname-doc" -source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.xz" build() { ./configure \ @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e xwd-1.0.8.tar.bz2" +sha512sums="ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56 xwd-1.0.9.tar.xz" |