diff options
Diffstat (limited to 'development/cosmocc/cosmocc.SlackBuild')
-rw-r--r-- | development/cosmocc/cosmocc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/cosmocc/cosmocc.SlackBuild b/development/cosmocc/cosmocc.SlackBuild index 758b8a9e1c..d7a443bc06 100644 --- a/development/cosmocc/cosmocc.SlackBuild +++ b/development/cosmocc/cosmocc.SlackBuild @@ -7,6 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250128 bkw: update for v4.0.2. # 20240909 bkw: update for v3.8.0. # 20240312 bkw: @@ -23,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cosmocc -VERSION=${VERSION:-3.8.0} +VERSION=${VERSION:-4.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |