summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2016-02-07 19:10:08 -0700
committerAaron Ball <nullspoon@iohq.net>2016-02-07 19:10:08 -0700
commitc51634fbf0c486990dc577aedd849cb4083456e5 (patch)
treeb9c14843098848c9bc1f756d50c3d24a24ea8af0
parent7d631b8f606e62b7a800c3b6c82fdfba92e462ee (diff)
downloadports-c51634fbf0c486990dc577aedd849cb4083456e5.tar.gz
ports-c51634fbf0c486990dc577aedd849cb4083456e5.tar.xz
Audaccity:Changed source link
Was using fosshub, which does their darndest to keep you from using foss (wget, curl) to download bins from their site (grrr). Switch to downloading from github releases.
-rw-r--r--audacity/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audacity/Pkgfile b/audacity/Pkgfile
index 3aaa10e..a76cccf 100644
--- a/audacity/Pkgfile
+++ b/audacity/Pkgfile
@@ -6,7 +6,7 @@
name=audacity
version=2.1.2
release=1
-source=(http://www.fosshub.com/Audacity.html/${name}-minsrc-${version}.tar.xz)
+source=(https://github.com/${name}/${name}/archive/Audacity-${version}.tar.gz)
build() {
cd $name-src-$version

Generated by cgit