diff options
author | rc-05 <rc_o5@protonmail.com> | 2023-11-26 09:38:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-26 09:45:02 +0700 |
commit | 11b6b71cd272f2c8e4bcd56c5a6ed3fc4b67f879 (patch) | |
tree | 1f42705afff121c2b59f0934b9794d3f5c7a015a /development | |
parent | 5dd242d7566ec8bade320a588af169f859366536 (diff) |
development/haxe-bin: Updated for version 4.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/haxe-bin/haxe-bin.SlackBuild | 10 | ||||
-rw-r--r-- | development/haxe-bin/haxe-bin.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/development/haxe-bin/haxe-bin.SlackBuild b/development/haxe-bin/haxe-bin.SlackBuild index bcec9452b6679..2dc26cc7af49b 100644 --- a/development/haxe-bin/haxe-bin.SlackBuild +++ b/development/haxe-bin/haxe-bin.SlackBuild @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haxe-bin -VERSION=${VERSION:-4.3.2} +VERSION=${VERSION:-4.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -COMMIT_VER=${PRGNAM%-bin}_20230901120757_a6ac3ae +COMMIT_VER=${PRGNAM%-bin}_20231117191750_de28889 ARCH="$(uname -m)" if [ "$ARCH" != "x86_64" ]; then @@ -62,9 +62,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cp -t $PKG/usr/doc/$PRGNAM-$VERSION *.txt @@ -72,6 +69,9 @@ cp -t $PKG/usr/doc/$PRGNAM-$VERSION *.txt mkdir -p $PKG/usr/bin cp -t $PKG/usr/bin haxe haxelib +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + mkdir -p $PKG/usr/share/${PRGNAM%-bin} cp -t $PKG/usr/share/${PRGNAM%-bin} -R std diff --git a/development/haxe-bin/haxe-bin.info b/development/haxe-bin/haxe-bin.info index 21bdf823b5276..7f5a5639f4d4f 100644 --- a/development/haxe-bin/haxe-bin.info +++ b/development/haxe-bin/haxe-bin.info @@ -1,10 +1,10 @@ PRGNAM="haxe-bin" -VERSION="4.3.2" +VERSION="4.3.3" HOMEPAGE="https://haxe.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.2/haxe-4.3.2-linux64.tar.gz" -MD5SUM_x86_64="6240d7a1437e41e4a6df85a13356578e" +DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.3/haxe-4.3.3-linux64.tar.gz" +MD5SUM_x86_64="fee61e452c1f587f98b3d4a738e873ec" REQUIRES="neko" MAINTAINER="rc-05" EMAIL="rc_o5@protonmail.com" |