diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-08 02:42:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:23 +0700 |
commit | 005549450a5310c4239c5945e0b2cf3c1f7c9642 (patch) | |
tree | 22fdef5558e8222a4b497c60736270dac0a0c3f4 /development/pcc/pcc.SlackBuild | |
parent | 22aa04a66ebaefb36fe9e29f9824c1e785eb6d2f (diff) |
development/pcc: Updated for version 1.2.0.DEVEL+20230108.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pcc/pcc.SlackBuild')
-rw-r--r-- | development/pcc/pcc.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/pcc/pcc.SlackBuild b/development/pcc/pcc.SlackBuild index 10b84011bf49b..2d24b68b61482 100644 --- a/development/pcc/pcc.SlackBuild +++ b/development/pcc/pcc.SlackBuild @@ -7,6 +7,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230108 bkw: updated for 1.2.0.DEVEL+20230108. + # 20210906 bkw: # - updated for 1.2.0.DEVEL+20210905. Putting the .DEVEL in VERSION # is a bit unsightly, but it matches the output of "pcc --version" @@ -46,7 +48,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pcc -VERSION=${VERSION:-1.2.0.DEVEL+20210905} +VERSION=${VERSION:-1.2.0.DEVEL+20230108} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |