aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-05-03 19:52:39 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-05-03 19:52:45 +0000
commit08f2cf309bc90d5013c1162c861bac2b1a290e42 (patch)
tree3873a2f3cfe0d36ede21beb76d9cc51c79c01c3c /community
parentbb2bc13d598ac060e6926b92ee90fa1f2c914621 (diff)
downloadaports-08f2cf309bc90d5013c1162c861bac2b1a290e42.tar.bz2
aports-08f2cf309bc90d5013c1162c861bac2b1a290e42.tar.xz
community/monkey: switch to available source
monkey-project.com is down
Diffstat (limited to 'community')
-rw-r--r--community/monkey/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD
index 5000e32df8..0c71cb1929 100644
--- a/community/monkey/APKBUILD
+++ b/community/monkey/APKBUILD
@@ -10,7 +10,9 @@ arch="all"
license="Apache-2.0"
makedepends="bash cmake findutils mbedtls-dev"
subpackages="$pkgname-doc $pkgname-dev"
-source="http://monkey-project.com/releases/1.6/$pkgname-$pkgver.tar.gz"
+source="https://fossies.org/linux/www/monkey-$pkgver.tar.gz"
+# site is down
+#source="http://monkey-project.com/releases/1.6/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"