diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-27 00:58:07 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-27 08:02:00 +0000 |
commit | 9af2016f68e2f03a6a1a9db2ca18fd2d2e28dfcf (patch) | |
tree | c1ce02ecb6fc7d7f36b025cdc57733e4aad18605 /testing/plata-theme | |
parent | d4698e6622026b93540ab2a105200de259b67e9f (diff) | |
download | aports-9af2016f68e2f03a6a1a9db2ca18fd2d2e28dfcf.tar.bz2 aports-9af2016f68e2f03a6a1a9db2ca18fd2d2e28dfcf.tar.xz |
testing/plata-theme: upgrade to 0.7.9
Resolves #7369
Diffstat (limited to 'testing/plata-theme')
-rw-r--r-- | testing/plata-theme/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/plata-theme/APKBUILD b/testing/plata-theme/APKBUILD index 8ca605aef2..ff75ee7171 100644 --- a/testing/plata-theme/APKBUILD +++ b/testing/plata-theme/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=plata-theme -pkgver=0.7.7 +pkgver=0.7.9 pkgrel=0 pkgdesc="Gtk theme based on Material Design Refresh" url="https://gitlab.com/tista500/plata-theme" @@ -43,4 +43,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="66ae9aa32b65728062943f877cf07a2f2275f4d311f03f64f3463476da420abbf58be08b182627ec0668553f59941e533ea9cad3c4cb658e4d5ea8416b627bd6 plata-theme-0.7.7.tar.gz" +sha512sums="138ab16996cfeced8d5e35d81a05c7da3b81262c52f343fefab373d7bcc788aa03f4a89c94e3f4b33e7651ae08ffbb9d9284bbd6f22de443178007a557fddd8e plata-theme-0.7.9.tar.gz" |