aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mxml
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-10-04 21:17:27 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-05 06:15:49 +0000
commit91a3ac9619306a3fdc6631f81b48ab8429548569 (patch)
treebbdbed3d9b1c57cf61ae9450fd0f366210657efd /testing/mxml
parent029385afd2943eef203e6161a139141df70ef8cc (diff)
downloadaports-91a3ac9619306a3fdc6631f81b48ab8429548569.tar.bz2
aports-91a3ac9619306a3fdc6631f81b48ab8429548569.tar.xz
testing/mxml: upgrade to 2.12, use https
Diffstat (limited to 'testing/mxml')
-rw-r--r--testing/mxml/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD
index 18b14cec8b..856e905f8a 100644
--- a/testing/mxml/APKBUILD
+++ b/testing/mxml/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mxml
-pkgver=2.11
-pkgrel=1
+pkgver=2.12
+pkgrel=0
pkgdesc="Small XML library that you can use to read and write XML files"
-url="http://www.msweet.org/mxml/"
+url="https://www.msweet.org/mxml/"
arch="all"
license="LGPL-2.0"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://github.com/michaelrsweet/$pkgname/releases/download/v2.11/$pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/michaelrsweet/mxml/archive/v${pkgver}.tar.gz"
-builddir="$srcdir"
+builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
@@ -26,4 +26,4 @@ package() {
make BUILDROOT="$pkgdir" install
}
-sha512sums="046421f91eea16f0ca99fbf611891c367ea9c3c54d04080d08acf108d7749ad9bbf2f4b3ef234a5130f00f77618196e2c5a245f32230daf645c1f775e961d378 mxml-2.11.tar.gz"
+sha512sums="49233a0087f3ef73a01ef71bb79511af36bb72027e3d9f6df919385e9ff0b03a489a3ccc590941bc4af1f558f82b2ed9bf8ff641863300a7791ce6dddfd56e77 mxml-2.12.tar.gz"