diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-15 15:03:40 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-15 15:03:40 +0000 |
commit | ba82ac64e0274b2357b02f7f0f9a50ba1c26f1c8 (patch) | |
tree | 51b5ab107c3e408aae1c62e6c8fb54afdf792bd8 /user/kmousetool | |
parent | b256c7d79fed33c57f5c0942b667c7f65f4f0120 (diff) | |
download | packages-ba82ac64e0274b2357b02f7f0f9a50ba1c26f1c8.tar.gz packages-ba82ac64e0274b2357b02f7f0f9a50ba1c26f1c8.tar.bz2 packages-ba82ac64e0274b2357b02f7f0f9a50ba1c26f1c8.tar.xz packages-ba82ac64e0274b2357b02f7f0f9a50ba1c26f1c8.zip |
user/*: bump most of KDE Applications to 18.12.2
Diffstat (limited to 'user/kmousetool')
-rw-r--r-- | user/kmousetool/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/kmousetool/APKBUILD b/user/kmousetool/APKBUILD index a7b67a0e8..c2f674e15 100644 --- a/user/kmousetool/APKBUILD +++ b/user/kmousetool/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kmousetool -pkgver=18.08.3 +pkgver=18.12.2 pkgrel=0 pkgdesc="Tool to assist with clicking the mouse button" url="https://userbase.kde.org/KMouseTool" @@ -40,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="7caf340cc7570eda6b563d8fc498a386a33dcac54bd998c040ebec60e108c87a83a2b114841540bffe094ab247d4561ec78c6ca82b44fa203120bf0c5cefe7b2 kmousetool-18.08.3.tar.xz" +sha512sums="b48ea9eed503c6a167444fb6c50ed34679d5c2a42c7e0c3475029be84cffc09c644e51db0028566dcc93064ce1576c4b0ed0fc62a13877768d9c7c32f7eb47d4 kmousetool-18.12.2.tar.xz" |