diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-27 17:53:36 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-27 17:53:36 +0000 |
commit | a2457d46caa1652876b0532a81f1a79c5338fded (patch) | |
tree | 83eb47fa5bfba181bc212c9b52cc3e70084967b1 /testing | |
parent | 5dc0d6cc231fda95f26b58fe962a59777d29ff98 (diff) | |
download | aports-a2457d46caa1652876b0532a81f1a79c5338fded.tar.bz2 aports-a2457d46caa1652876b0532a81f1a79c5338fded.tar.xz |
testing/mxml: Move package source URL
This package moved to github, so, moving the source URL properly.
No changes in the checksum.
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 a9dd133965..abe6d6ca51 100644 --- a/testing/mxml/APKBUILD +++ b/testing/mxml/APKBUILD @@ -11,7 +11,7 @@ depends_dev="" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" -source="http://www.msweet.org/files/project3/mxml-$pkgver.tar.gz" +source="https://github.com/michaelrsweet/mxml/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/mxml-$pkgver prepare() { |