diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-19 14:52:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-19 15:12:33 +0000 |
commit | ee98e0e7879729d235d8b8d9b381eb2c0bb4f00c (patch) | |
tree | b76cd30cdcf52f834bbc54f17278a8f3b3bab111 /community/yelp-tools | |
parent | 17b633a501896aac0e6315e159cc4c5ae94cf742 (diff) | |
download | aports-ee98e0e7879729d235d8b8d9b381eb2c0bb4f00c.tar.bz2 aports-ee98e0e7879729d235d8b8d9b381eb2c0bb4f00c.tar.xz |
community/yelp-tools: upgrade to 3.18.0
Diffstat (limited to 'community/yelp-tools')
-rw-r--r-- | community/yelp-tools/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/yelp-tools/APKBUILD b/community/yelp-tools/APKBUILD index e99975eab2..3dc17dee57 100644 --- a/community/yelp-tools/APKBUILD +++ b/community/yelp-tools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=yelp-tools -pkgver=3.16.1 +pkgver=3.18.0 pkgrel=0 pkgdesc="Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation." url="https://wiki.gnome.org/Apps/Yelp/Tools" @@ -40,6 +40,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="2430db2d69241d217fe0af5c1458aa30 yelp-tools-3.16.1.tar.xz" -sha256sums="b4f66c145af1c6448dc51037d305d6844da13dc31d07729b8e29005ee4fef89c yelp-tools-3.16.1.tar.xz" -sha512sums="5fbb2b5b907bdffc7ccf0a108a80c7fe1e5486be6774b3d799f10e3444e286fcf8055629fe7df22ae8ef5784e52133df1b8dca6ee13fa3c2191080e14546d956 yelp-tools-3.16.1.tar.xz" +md5sums="ceca436ff2ab3900dde718c0f0286f3f yelp-tools-3.18.0.tar.xz" +sha256sums="c6c1d65f802397267cdc47aafd5398c4b60766e0a7ad2190426af6c0d0716932 yelp-tools-3.18.0.tar.xz" +sha512sums="75957b06bdade966a33a41ecc68dfa3eb3b3e3550dc8c6664ee694c4b043c8b45a2403dd23c9810347ed7234ceb5389a34133554de012a7e0afc5db891525fb8 yelp-tools-3.18.0.tar.xz" |