Skip to content

Commit

Permalink
Fix some broken download links.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Jan 16, 2018
1 parent f6eb747 commit 89fbe56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion faust2pd/Makefile
Expand Up @@ -114,7 +114,7 @@ deb: $(debsrc) dist
rm -rf $(dist)

$(debsrc):
wget -nv https://bitbucket.org/purelang/pure-lang/downloads/$(dist).tar.gz -O $@
wget -nv https://github.com/agraef/pure-lang/releases/download/$(dist)/$(dist).tar.gz -O $@

# Generate the documentation.

Expand Down
2 changes: 1 addition & 1 deletion pd-faust/Makefile
Expand Up @@ -89,7 +89,7 @@ deb: $(debsrc) dist
rm -rf $(dist)

$(debsrc):
wget -nv https://bitbucket.org/purelang/pure-lang/downloads/$(dist).tar.gz -O $@
wget -nv https://github.com/agraef/pure-lang/releases/download/$(dist)/$(dist).tar.gz -O $@

# Special rules to build the Pd-L2Ork and Purr-Data versions.

Expand Down
2 changes: 1 addition & 1 deletion pure-faust/Makefile
Expand Up @@ -77,4 +77,4 @@ deb: $(debsrc) dist
rm -rf $(dist)

$(debsrc):
wget -nv https://bitbucket.org/purelang/pure-lang/downloads/$(dist).tar.gz -O $@
wget -nv https://github.com/agraef/pure-lang/releases/download/$(dist)/$(dist).tar.gz -O $@

0 comments on commit 89fbe56

Please sign in to comment.