aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mxml
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-12-28 21:03:48 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-12-28 21:03:48 +0000
commite8bf1c6681c97bbc704aa7e23f769775335f5eac (patch)
tree0a1d94b15a7292a6c85c841ff3307fe62a7d4cd6 /testing/mxml
parent2712c5dea33613e629dec952357dfd5d172ed799 (diff)
testing/mxml: fix source url
Diffstat (limited to 'testing/mxml')
-rw-r--r--testing/mxml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD
index 89916c1021e..e636c4b554d 100644
--- a/testing/mxml/APKBUILD
+++ b/testing/mxml/APKBUILD
@@ -7,7 +7,7 @@ url="http://www.msweet.org/projects.php?Z3"
arch="all"
license="LGPLv2"
subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/michaelrsweet/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://github.com/michaelrsweet/$pkgname/releases/download/v2.11/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"