diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 02:07:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 07:33:57 -0300 |
commit | 91f38f78b5a0abc6b086bf8e93679cbcaebd71d6 (patch) | |
tree | ae996da2c64365a68fc9586d0e099553828892e7 /community | |
parent | 6f9a13adfbf3d8d5077d988b39d1d3531ac1ea90 (diff) | |
download | aports-91f38f78b5a0abc6b086bf8e93679cbcaebd71d6.tar.bz2 aports-91f38f78b5a0abc6b086bf8e93679cbcaebd71d6.tar.xz |
community/gpaste: upgrade to 3.34.1
Diffstat (limited to 'community')
-rw-r--r-- | community/gpaste/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD index ebd649b5d2..093f2286af 100644 --- a/community/gpaste/APKBUILD +++ b/community/gpaste/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gpaste -pkgver=3.34.0 +pkgver=3.34.1 pkgrel=0 pkgdesc="Clipboard managment system" url="https://github.com/Keruspe/GPaste" @@ -42,4 +42,4 @@ _gnome() { "$subpkgdir"/usr/share } -sha512sums="3ed74409b134e85477013f917fa3c326460ab30ed070463de5f5194741667e1bf00358ecc7c24de26c794208400f22d00876e0db043c5122796900a0545c7491 gpaste-3.34.0.tar.gz" +sha512sums="0560b7a0616eaf271d13e2db98f924894236e2714f97d80e6dce1bbb3589073b812b4c641d5fe0557a17e4e05b7506ab90418c7b45ddf953059b970fd4eac52e gpaste-3.34.1.tar.gz" |