diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-13 15:19:12 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-13 15:19:12 +0000 |
commit | cce3b556cc08e617d5839bbb0caf28960787a493 (patch) | |
tree | 2625ae59bdbbaf28b2876cfc7fcff92470908d77 /community/gtksourceview | |
parent | dc28f779039c257d83d2b15150574e71c0f501e9 (diff) | |
download | aports-cce3b556cc08e617d5839bbb0caf28960787a493.tar.bz2 aports-cce3b556cc08e617d5839bbb0caf28960787a493.tar.xz |
community/gtksourceview: upgrade to 3.24.7
Diffstat (limited to 'community/gtksourceview')
-rw-r--r-- | community/gtksourceview/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD index a0be8798fa..799e916088 100644 --- a/community/gtksourceview/APKBUILD +++ b/community/gtksourceview/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtksourceview -pkgver=3.24.6 +pkgver=3.24.7 pkgrel=0 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="http://live.gnome.org/GtkSourceView" @@ -28,4 +28,4 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="1b7621dbc1effc979fe08af8e6683ef43cc25563aab37a87abce15a0aa74bd0698bf10377a3fc2539b0cba1ad2f4bce2bb3981ef2dd4245bfe2fcba866d72f5d gtksourceview-3.24.6.tar.xz" +sha512sums="d86ef2bea6ae24c128f65e314c82f58265a53309abff22630360b0f5a5f9b640e3fc31fdd58b06221efc28f41c95c0f92613edb8c0a2c8f5c6147d287310a9a2 gtksourceview-3.24.7.tar.xz" |