diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 20:17:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 20:20:02 -0300 |
commit | 3284dd3d21d6771d3d9a04f736a34ee0766bb304 (patch) | |
tree | f817bf56ee55f86b6166abaf893bc7065c0b5dc1 /testing/mxml | |
parent | 79e5cba3440c63bb48ebbc3681bd3b44c0628ae2 (diff) | |
download | aports-3284dd3d21d6771d3d9a04f736a34ee0766bb304.tar.bz2 aports-3284dd3d21d6771d3d9a04f736a34ee0766bb304.tar.xz |
testing/mxml: upgrade to 3.1
Diffstat (limited to 'testing/mxml')
-rw-r--r-- | testing/mxml/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD index 49d7a533bc..f2bdb90266 100644 --- a/testing/mxml/APKBUILD +++ b/testing/mxml/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mxml -pkgver=3.0 +pkgver=3.1 pkgrel=0 pkgdesc="Small XML library that you can use to read and write XML files" url="https://www.msweet.org/mxml/" arch="all" license="Apache-2.0" subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/michaelrsweet/mxml/archive/v${pkgver}.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/michaelrsweet/mxml/archive/v$pkgver.tar.gz" build() { ./configure --prefix=/usr \ @@ -27,4 +27,4 @@ package() { rm -f "$pkgdir"/usr/lib/*.a } -sha512sums="3c540348022226b122ce014f183368cda6631600a11d8f4d43c99c62fba2f3ca4b23dff4122082f63915b59a46a5475d1d12d0081f9315c65f5c044ac3c751d6 mxml-3.0.tar.gz" +sha512sums="8f8923b394093db5c471c52c17185916bc3c91f66c97de66919bfef2a09f271879a52f285e5fc4ded03484a3f83ba8fdb588d985b06e0c25ee001f1a80ffa586 mxml-3.1.tar.gz" |