diff options
author | B. Watson <yalhcru@gmail.com> | 2018-09-07 15:46:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:47 +0700 |
commit | 387fc867c347c6ddd7104a7c3f2962b687fec06a (patch) | |
tree | aacb7133ebf1505a82f670fc7afd79371a1223fd /development/cc65/cc65.SlackBuild | |
parent | a4b56a1f7676a024e0512180c1d7746702bbb849 (diff) |
development/cc65: Updated for version 2.17_20180906.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/cc65/cc65.SlackBuild')
-rw-r--r-- | development/cc65/cc65.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/development/cc65/cc65.SlackBuild b/development/cc65/cc65.SlackBuild index 0cf38ce354b8d..b14c8fd4d1727 100644 --- a/development/cc65/cc65.SlackBuild +++ b/development/cc65/cc65.SlackBuild @@ -6,6 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180907 bkw: +# - Update for 2.17_20180906, git commit b6ccd4d. +# - Rename git2targz.sh => git2tarxz.sh. +# - Add option to git2tarxz.sh to use a specific tag/commit. +# - Add README_SBo.txt documenting the use of git2tarxz.sh. + # 20180103 bkw: # - Update for 2.16_20180102, git commit 040134e7. # - "prefix" renamed to "PREFIX" in src/Makefile. For now, set both in @@ -28,7 +34,7 @@ # reason. Source is created from a git checkout, see git2targz.sh. PRGNAM=cc65 -VERSION=${VERSION:-2.16_20180102} +VERSION=${VERSION:-2.17_20180906} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |