diff options
author | rc-05 <contact@rc-05.com> | 2024-09-25 10:09:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-27 23:12:03 +0700 |
commit | e4ed6888db08579314a39a51ff8313d8cb5906b1 (patch) | |
tree | be8e332e57f98dd5104376a85c3c0bda5babec05 /development | |
parent | cf6da37a2c96199314f7d65e29a8b01b12615b8e (diff) |
development/haxe-bin: Updated for version 4.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/haxe-bin/haxe-bin.SlackBuild | 4 | ||||
-rw-r--r-- | development/haxe-bin/haxe-bin.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/haxe-bin/haxe-bin.SlackBuild b/development/haxe-bin/haxe-bin.SlackBuild index 3b48ac38eeede..0db17614ab3e6 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.4} +VERSION=${VERSION:-4.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -COMMIT_VER=${PRGNAM%-bin}_20240304101237_dc1a43d +COMMIT_VER=$(tar --list -f ${PRGNAM%-bin}-${VERSION}-linux64.tar.gz | head -n 1 | sed -e "s_/__") ARCH="$(uname -m)" if [ "$ARCH" != "x86_64" ]; then diff --git a/development/haxe-bin/haxe-bin.info b/development/haxe-bin/haxe-bin.info index 0ec467812011b..3b74dd1dd021f 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.4" +VERSION="4.3.6" HOMEPAGE="https://haxe.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.4/haxe-4.3.4-linux64.tar.gz" -MD5SUM_x86_64="9161207d1f4592f9133372554e40bf73" +DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.6/haxe-4.3.6-linux64.tar.gz" +MD5SUM_x86_64="67f954996e8a5e3867cb7267573f7290" REQUIRES="neko" MAINTAINER="rc-05" EMAIL="contact@rc-05.com" |