summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Schlatow2016-11-28 16:27:11 +0100
committerJohannes Schlatow2016-11-28 16:27:11 +0100
commit4a5c703a9209aadf261dea021348f75349c58215 (patch)
tree9c351a2cd165fd9c032214b04eb10957ba1aaffe /PKGBUILD
parentb973ab23ac552fb0e5dfb5d8a987fef6206c6cce (diff)
downloadaur-4a5c703a9209aadf261dea021348f75349c58215.tar.gz
fix sourceforge URL
thanks to epitron
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81f744814d4e..dabe67a6c0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _arch="x86_64"
[ "$CARCH" == 'i686' ] && _arch="x86_32"
_filename="genode-toolchain-${pkgver}-${_arch}.tar.bz2"
-source=("http://dfn.dl.sourceforge.net/project/genode/genode-toolchain/${pkgver}/${_filename}")
+source=("http://downloads.sourceforge.net/project/genode/genode-toolchain/${pkgver}/${_filename}")
md5sums=('f02280f676cd0ac602e2413f4ae31d46')
[ "$CARCH" == 'i686' ] && md5sums=('7846c41758f4fb8dff639e784652ee71')
noextract=(${_filename})