diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-05 02:26:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-05 05:39:35 +0000 |
commit | 27307562a58715140455ed0badfee2e1362bc08b (patch) | |
tree | cef5cedabff4e0ce1ffc199d3a0e3eb490ddaa0f /community | |
parent | b8b2e8317b29222b04391650ca712180f48c8f5a (diff) | |
download | aports-27307562a58715140455ed0badfee2e1362bc08b.tar.bz2 aports-27307562a58715140455ed0badfee2e1362bc08b.tar.xz |
community/kvantum: upgrade to 0.15.3
Diffstat (limited to 'community')
-rw-r--r-- | community/kvantum/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kvantum/APKBUILD b/community/kvantum/APKBUILD index cb8f3b285e..9b37661bbb 100644 --- a/community/kvantum/APKBUILD +++ b/community/kvantum/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=kvantum -pkgver=0.15.2 +pkgver=0.15.3 pkgrel=0 pkgdesc="SVG-based theme engine for Qt5" options="!check" # No testsuite @@ -35,4 +35,4 @@ package() { rm -rf "$pkgdir"/usr/share/kde4 } -sha512sums="98b83a14c3c86636acb6f2440d64dc47496536b5487dc08aed8e8370d656e8838d00866bfb54a4b5752135bdc3d3da0eaab209f5ca3e33c237aada59640a78f7 kvantum-0.15.2.tar.gz" +sha512sums="c1fadf7cbba491074cd87bf3e5efe9d627a429eddacd160077c8e2782d24494247e881b2db962d8e9405b01b32b38d3adb31b01a1bda5a8315ab73b5497d1844 kvantum-0.15.3.tar.gz" |