diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-13 19:09:41 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-14 23:53:49 +0200 |
commit | 0b05f1bee0bdc006596ab9cb793c5d07efb285b9 (patch) | |
tree | e09e231fa09b6b9ecb45096c2f34ce8ecc89bf29 /community | |
parent | be9c8ed89dc93d2236b9223dde842f5676e4dfd3 (diff) | |
download | aports-0b05f1bee0bdc006596ab9cb793c5d07efb285b9.tar.bz2 aports-0b05f1bee0bdc006596ab9cb793c5d07efb285b9.tar.xz |
community/sxhkd: upgrade to 0.6.0
Diffstat (limited to 'community')
-rw-r--r-- | community/sxhkd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sxhkd/APKBUILD b/community/sxhkd/APKBUILD index a937ef46ea..a4d27dec0f 100644 --- a/community/sxhkd/APKBUILD +++ b/community/sxhkd/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: prspkt <prspkt@protonmail.com> pkgname=sxhkd -pkgver=0.5.9 -pkgrel=1 +pkgver=0.6.0 +pkgrel=0 pkgdesc="Simple X hotkey daemon" url="https://github.com/baskerville/sxhkd" arch="all" @@ -23,4 +23,4 @@ package() { make PREFIX=/usr DESTDIR="$pkgdir" install } -sha512sums="32ee7261b4fa10d5a62a7fa61e689977d12afd654e81123711bda1f006e4b6baa7524352086037594e6ef1989dd8fcb6eddc1114085ee91546a69f6d1146924e sxhkd-0.5.9.tar.gz" +sha512sums="0ccafa2b29b87dcf6bdcb45b67b8aeb5f70c2855fe99c0cd2b271052cd7b6bbf5186b3ae2da3ae9b411f0766a8ab85a35b3a325442a80527a7c959280d36b46b sxhkd-0.6.0.tar.gz" |