aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-snmp-session/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-snmp-session/APKBUILD')
-rw-r--r--main/perl-snmp-session/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/perl-snmp-session/APKBUILD b/main/perl-snmp-session/APKBUILD
index a8d9435cea..6cced2024f 100644
--- a/main/perl-snmp-session/APKBUILD
+++ b/main/perl-snmp-session/APKBUILD
@@ -9,7 +9,9 @@ arch="noarch"
license="PerlArtistic"
depends="perl"
makedepends="perl-dev"
-source="http://snmp-session.googlecode.com/files/$_name-$pkgver.tar.gz"
+# note this project has moved to: https://github.com/sleinen/snmp-session/
+# but the new location has no release tags, so fall back to archives for now
+source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/snmp-session/$_name-$pkgver.tar.gz"
build () {
cd "$srcdir"/$_name-$pkgver