aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-10 15:24:27 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-10 15:24:35 -0300
commit92cc6af05f08e42c77207dbecf3499e93e5bde08 (patch)
treed7ef48df843a08318437548bc4f5a7814c928d1e
parentc2f852971b3831490e0b215f5ff4b9e159c7c23c (diff)
downloadalpine_aports-92cc6af05f08e42c77207dbecf3499e93e5bde08.tar.bz2
alpine_aports-92cc6af05f08e42c77207dbecf3499e93e5bde08.tar.xz
alpine_aports-92cc6af05f08e42c77207dbecf3499e93e5bde08.zip
community/mxml: upgrade to 3.2
-rw-r--r--community/mxml/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mxml/APKBUILD b/community/mxml/APKBUILD
index f2bdb90266..0014e390b4 100644
--- a/community/mxml/APKBUILD
+++ b/community/mxml/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=mxml 2pkgname=mxml
3pkgver=3.1 3pkgver=3.2
4pkgrel=0 4pkgrel=0
5pkgdesc="Small XML library that you can use to read and write XML files" 5pkgdesc="Small XML library that you can use to read and write XML files"
6url="https://www.msweet.org/mxml/" 6url="https://www.msweet.org/mxml/"
@@ -27,4 +27,4 @@ package() {
27 rm -f "$pkgdir"/usr/lib/*.a 27 rm -f "$pkgdir"/usr/lib/*.a
28} 28}
29 29
30sha512sums="8f8923b394093db5c471c52c17185916bc3c91f66c97de66919bfef2a09f271879a52f285e5fc4ded03484a3f83ba8fdb588d985b06e0c25ee001f1a80ffa586 mxml-3.1.tar.gz" 30sha512sums="ed3f2b361394ef225a708b0032976a3d191d5eaea3022e190b29e0ee140e8f998f1d65c64e4898872b169516cee44f4f5f18401c6410c3b5aa1e9680b23e8675 mxml-3.2.tar.gz"