diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-28 21:03:48 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-28 21:03:48 +0000 |
commit | e8bf1c6681c97bbc704aa7e23f769775335f5eac (patch) | |
tree | 0a1d94b15a7292a6c85c841ff3307fe62a7d4cd6 /testing | |
parent | 2712c5dea33613e629dec952357dfd5d172ed799 (diff) | |
download | aports-e8bf1c6681c97bbc704aa7e23f769775335f5eac.tar.bz2 aports-e8bf1c6681c97bbc704aa7e23f769775335f5eac.tar.xz |
testing/mxml: fix source url
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mxml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD index 89916c1021..e636c4b554 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" |