diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 07:16:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 07:16:45 +0700 |
commit | a91208b675fc06e05ee1d3cf04460ef32b6c98ae (patch) | |
tree | 4dccad472b2215b6740ecfa12663e840f9698f49 /libraries | |
parent | 4402cf615aec58c28669e2561cdd00a75f635492 (diff) |
libraries/guichan: Fix download url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/guichan/guichan.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/guichan/guichan.info b/libraries/guichan/guichan.info index 0ba03ce80aba..9372e1e7b820 100644 --- a/libraries/guichan/guichan.info +++ b/libraries/guichan/guichan.info @@ -1,7 +1,7 @@ PRGNAM="guichan" VERSION="0.8.2" HOMEPAGE="http://guichan.sourceforge.net/" -DOWNLOAD="http://guichan.googlecode.com/files/guichan-0.8.2.tar.gz" +DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/guichan/guichan-0.8.2.tar.gz" MD5SUM="af535d7f387e774e3197cef8023ea105" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |