diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-20 03:03:18 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-20 03:03:18 +0000 |
commit | 02f96122b5325280cf87ad1426e8895d46e45208 (patch) | |
tree | d4d5de91a6aafc3e20a21f1430d4d35add9bd793 /community/yelp-xsl | |
parent | a94ef24fb389fa9c9acb7c911657b182f076d4b2 (diff) | |
download | aports-02f96122b5325280cf87ad1426e8895d46e45208.tar.bz2 aports-02f96122b5325280cf87ad1426e8895d46e45208.tar.xz |
community/yelp-xsl: upgrade to 3.27.1
Diffstat (limited to 'community/yelp-xsl')
-rw-r--r-- | community/yelp-xsl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/yelp-xsl/APKBUILD b/community/yelp-xsl/APKBUILD index 6c2524036b..88e3efff06 100644 --- a/community/yelp-xsl/APKBUILD +++ b/community/yelp-xsl/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=yelp-xsl -pkgver=3.20.1 +pkgver=3.27.1 pkgrel=0 -pkgdesc="A collection of programs and data files to help you build,maintain, and distribute documentation." +pkgdesc="A collection of programs and data files to help you build, maintain and distribute documentation." url="https://wiki.gnome.org/Apps/Yelp" arch="noarch" license="GPL/LGPL/MIT" @@ -22,4 +22,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="7ea22c3180261917d1a277a9b5023f9b2b22346bc3f55cdb1c61c4ae8f78411da93058b55f99c25c9a1bedad21ffa6c3dc460e1ee98614a84a4efa2c2449baac yelp-xsl-3.20.1.tar.xz" +sha512sums="5f8c727f71e996599cfc72e74d61606bccb50fde1304f90369a1c03fe63f0d85791ca8e4147c7eb7fa8642fec4285873d71ad6b2eae3fc6df1e7dce6219c2ef9 yelp-xsl-3.27.1.tar.xz" |