diff options
-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 bcec9452b6..2dc26cc7af 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 21bdf823b5..7f5a5639f4 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" |