diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-26 23:51:52 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:22:22 +0700 |
commit | 0afef319ef8aff875b0cce76041f5e50bff59f7a (patch) | |
tree | 48a1a4c1ce58571755a3f998555b06ecddd54937 | |
parent | 21890e94b89317bc8cfbe602904ee563ef66e9a5 (diff) | |
download | slackbuilds-0afef319ef8aff875b0cce76041f5e50bff59f7a.tar.gz |
development/cc65: Updated homepage and WTFPL link.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | development/cc65/cc65.SlackBuild | 2 | ||||
-rw-r--r-- | development/cc65/cc65.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/cc65/cc65.SlackBuild b/development/cc65/cc65.SlackBuild index 74532e0ffb..da4d0be698 100644 --- a/development/cc65/cc65.SlackBuild +++ b/development/cc65/cc65.SlackBuild @@ -4,7 +4,7 @@ # Written by B. Watson (yalhcru@gmail.com) -# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=cc65 VERSION=${VERSION:-2.13.3} diff --git a/development/cc65/cc65.info b/development/cc65/cc65.info index d85cde81ce..c7834fbebc 100644 --- a/development/cc65/cc65.info +++ b/development/cc65/cc65.info @@ -1,6 +1,6 @@ PRGNAM="cc65" VERSION="2.13.3" -HOMEPAGE="http://www.cc65.org" +HOMEPAGE="http://cc65.github.io/cc65/" DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/cc65-sources-2.13.3.tar.bz2" MD5SUM="99de534c4a9e04b45a82c239ed4ded20" DOWNLOAD_x86_64="" |