aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-snmp-session/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-03 09:25:24 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-03 09:25:24 +0200
commit6bbb8037835f677c34d4f75b4aacf4efad1cbb34 (patch)
treef77d6ea365e588b4118885d6cc4fb594fefd66b5 /main/perl-snmp-session/APKBUILD
parent9c8fda13e25549207ab76e557eaf3fb76b5a2c6e (diff)
main/perl-snmp-session: update source
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 a8d9435ceaf..6cced2024fb 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