aboutsummaryrefslogtreecommitdiff
path: root/development/cosmocc
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-09-10 00:02:17 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-14 23:36:53 +0700
commita675fea4b9efced162aef56aaddbc5a4f787a624 (patch)
treee31ae76ce63f353f51d349aa87a2a53b1251e43d /development/cosmocc
parenta3e6561d65c758bda9f1e4df52d0f3fb3e53df8d (diff)
development/cosmocc: Updated for version 3.8.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cosmocc')
-rw-r--r--development/cosmocc/cosmocc.SlackBuild6
-rw-r--r--development/cosmocc/cosmocc.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/development/cosmocc/cosmocc.SlackBuild b/development/cosmocc/cosmocc.SlackBuild
index b8f92c53b3d3..758b8a9e1cb1 100644
--- a/development/cosmocc/cosmocc.SlackBuild
+++ b/development/cosmocc/cosmocc.SlackBuild
@@ -7,6 +7,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240909 bkw: update for v3.8.0.
+
# 20240312 bkw:
# - update for v3.3.2.
# - use wrapper script rather than symlinks for /usr/bin/* since the
@@ -21,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cosmocc
-VERSION=${VERSION:-3.3.2}
+VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,7 +61,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
mkdir -p $PKG/opt/$PRGNAM/scripts $PKG/usr/bin
install -m0755 -oroot -groot $CWD/scripts/* $PKG/opt/$PRGNAM/scripts
-for i in bin include x86_64-linux-cosmo aarch64-linux-cosmo libexec; do
+for i in bin include x86_64-linux-cosmo aarch64-linux-cosmo libexec lib; do
mv $i $PKG/opt/$PRGNAM
done
diff --git a/development/cosmocc/cosmocc.info b/development/cosmocc/cosmocc.info
index 61866f46d427..3e278629bda4 100644
--- a/development/cosmocc/cosmocc.info
+++ b/development/cosmocc/cosmocc.info
@@ -1,10 +1,10 @@
PRGNAM="cosmocc"
-VERSION="3.3.2"
+VERSION="3.8.0"
HOMEPAGE="https://github.com/jart/cosmopolitan"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://cosmo.zip/pub/cosmocc/cosmocc-3.3.2.zip"
-MD5SUM_x86_64="5a6be78d383795581c74a8854cd9d284"
+DOWNLOAD_x86_64="https://cosmo.zip/pub/cosmocc/cosmocc-3.8.0.zip"
+MD5SUM_x86_64="bdd4ca485a608e401e7c49946013757e"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"