diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-10 09:43:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-10 14:48:39 +0000 |
commit | f4704af4e8d164d568e81c489d59be1211ae79b3 (patch) | |
tree | 5f02a0c59043e6f5b2d332ff3584bebea408d905 | |
parent | 7f05c8beba8ae3858556e89ceed9918ff247babb (diff) | |
download | aports-f4704af4e8d164d568e81c489d59be1211ae79b3.tar.bz2 aports-f4704af4e8d164d568e81c489d59be1211ae79b3.tar.xz |
community/xbanish: upgrade to 1.7
-rw-r--r-- | community/xbanish/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xbanish/APKBUILD b/community/xbanish/APKBUILD index 8501f724e6..130faa8606 100644 --- a/community/xbanish/APKBUILD +++ b/community/xbanish/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Eivind Uggedal <eu@eju.no> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xbanish -pkgver=1.6 +pkgver=1.7 pkgrel=0 pkgdesc="Banish the mouse cursor when typing, show it again when the mouse moves" url="https://github.com/jcs/xbanish" @@ -25,4 +25,4 @@ package() { install } -sha512sums="a0eb7fdac94f95756636c3d3c114771b6865f26cbb7dbd4fbe10ffd29c21725dcd3570caaf0d2381fa0a32092d3348929df80ee7bb78047c7cfffe04cd29a38f xbanish-1.6.tar.gz" +sha512sums="f790ea888812bb6b7793f0a60a900724fc407ec4485672e37d464387ffacfa4bf2dc891862f3fed06948cda31024745816b3adb58074c4578edc6a9848f2bd08 xbanish-1.7.tar.gz" |