diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-03 04:56:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-03 09:18:38 +0100 |
commit | 59316c9c3f28bae06f28da7002030ae4958e6d35 (patch) | |
tree | d0ec01e66e7a8ec5ad2ff054bfba638c6b0d1092 /community | |
parent | e94c79b66d7c60c57e6c4704c96367534ca11bce (diff) | |
download | aports-59316c9c3f28bae06f28da7002030ae4958e6d35.tar.bz2 aports-59316c9c3f28bae06f28da7002030ae4958e6d35.tar.xz |
community/latte-dock: upgrade to 0.9.7
Diffstat (limited to 'community')
-rw-r--r-- | community/latte-dock/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/latte-dock/APKBUILD b/community/latte-dock/APKBUILD index b86091d65f..37ff8c84e1 100644 --- a/community/latte-dock/APKBUILD +++ b/community/latte-dock/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=latte-dock -pkgver=0.9.6 +pkgver=0.9.7 pkgrel=0 arch="all" url="https://store.kde.org/p/1169519/" @@ -41,4 +41,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="4fc97dac64c323675a39a31808870ad4a78b103f7779447e2bb17398feb01f70fc32ed5f489fec9f92f7dd006f83b88b65ed94bfba97a6aeb2a40fc4b0052761 latte-dock-0.9.6.tar.xz" +sha512sums="921e1b49bf802fe1dc57e3c7fa24e115ea12f10eaf4d731cc22c4d4ece6370964b0009f130c1836891a5d866f895814592774af35eb0c76900586e5a98de7bd8 latte-dock-0.9.7.tar.xz" |