diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-06-22 13:16:00 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-06-22 13:16:00 +0200 |
commit | 3265d8d6919cdf94451e8e229b88680e2c9b071d (patch) | |
tree | 458e36c2ce9c4a61063d5dd6c499bfc1599d7583 /httpup | |
parent | 1c955c9f368a8d02802a1353ec4596444d6a9f47 (diff) | |
download | core-3265d8d6919cdf94451e8e229b88680e2c9b071d.tar.gz core-3265d8d6919cdf94451e8e229b88680e2c9b071d.tar.xz |
httpup: fixed url
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpup/Pkgfile b/httpup/Pkgfile index 05e72b00..e5604de2 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -6,7 +6,7 @@ name=httpup version=0.4.0l release=1 -source=(http://jw.smts.ch/files/crux/$name-$version.tar.gz httpup) +source=(http://crux.nu/files/$name-$version.tar.gz httpup) build() { cd $name-$version |