diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 15:50:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 16:38:02 +0100 |
commit | 579b7c69d245fc46a72cc40efe67277e4ecf38b7 (patch) | |
tree | 72ea29dafdbe954ee4c2fb3e91243cb7537a0a06 /community | |
parent | 5e8701ef0a84fe9416cd489f5ac3d947263f0c0f (diff) | |
download | aports-579b7c69d245fc46a72cc40efe67277e4ecf38b7.tar.bz2 aports-579b7c69d245fc46a72cc40efe67277e4ecf38b7.tar.xz |
community/gedit: upgrade to 3.34.1
Diffstat (limited to 'community')
-rw-r--r-- | community/gedit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gedit/APKBUILD b/community/gedit/APKBUILD index f1c53b3059..0f0801a499 100644 --- a/community/gedit/APKBUILD +++ b/community/gedit/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gedit -pkgver=3.34.0 -pkgrel=1 +pkgver=3.34.1 +pkgrel=0 pkgdesc="gedit is the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit" arch="all" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="00adfb55cb6ba5678887d5c19b1f238f73f0975aca04b0d44e4e0067118a34ef20ddfbefc29ff50a410fd868d2f2610a488a6d17e90e10a9b87c5dd8ac3ef112 gedit-3.34.0.tar.xz" +sha512sums="22968c678a2f7ecf062f490d5eedc97aaa53b15932db801ea83eb336f01f41e7a6037a85508a40164f38dee406f8db097b7ef6f1481ab44ea82668766d24966d gedit-3.34.1.tar.xz" |