diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-03-30 17:04:36 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-03 18:48:44 +0200 |
commit | 26dec7860a5530d2d1357f2ad885137a0be02149 (patch) | |
tree | af5c248f224da84375ae6e0e8f8a73de2320f599 /main/apg/APKBUILD | |
parent | f7845da7f23a307de0ba3a07a57e28747693ea74 (diff) | |
download | aports-26dec7860a5530d2d1357f2ad885137a0be02149.tar.bz2 aports-26dec7860a5530d2d1357f2ad885137a0be02149.tar.xz |
main/apg: source is unavailable, change to a mirror
Official apg website is not online, grabbing the package from a
mirror temporarily. This patch should be reverted when the address
www.adel.nursat.kz is being resolved.
Diffstat (limited to 'main/apg/APKBUILD')
-rw-r--r-- | main/apg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apg/APKBUILD b/main/apg/APKBUILD index 860270b278..df2e34d825 100644 --- a/main/apg/APKBUILD +++ b/main/apg/APKBUILD @@ -9,7 +9,7 @@ license="BSD" depends="" makedepends="" subpackages="$pkgname-doc" -source="http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz" +source="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { |