diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mxml/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD index 3c0d4f8007..a9dd133965 100644 --- a/testing/mxml/APKBUILD +++ b/testing/mxml/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mxml -pkgver=2.7 +pkgver=2.10 pkgrel=0 pkgdesc="small XML library that you can use to read and write XML files" url="http://www.msweet.org/projects.php?Z3" @@ -40,6 +40,6 @@ package() { make BUILDROOT="$pkgdir" install || return 1 } -md5sums="76f2ae49bf0f5745d5cb5d9507774dc9 mxml-2.7.tar.gz" -sha256sums="a77200ee4c1e1cf2eb531595ec17ce31805760699d260915496c39d3388eb803 mxml-2.7.tar.gz" -sha512sums="9fac34975c35d0ff9686a20a882824040b0b96b38ab9f1f5b1ef24a323668974860d4d977bb07c90a3e2b3410a2d8358eec1682b2c7ff2cda7f36f630ff97007 mxml-2.7.tar.gz" +md5sums="8804c961a24500a95690ef287d150abe mxml-2.10.tar.gz" +sha256sums="267ff58b64ddc767170d71dab0c729c06f45e1df9a9b6f75180b564f09767891 mxml-2.10.tar.gz" +sha512sums="c3838611979c4228df476166e4e987fc1ff8f9b8bd30139066b475dcd99e25be81ecc5171235bc80b1c2291c9d78c9ceae9a1dfc928272a983740d6a67372f5c mxml-2.10.tar.gz" |