diff options
author | rc-05 <contact@rc-05.com> | 2024-04-13 09:52:16 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:56 +0700 |
commit | c214990267b3cabe367355fa8fe8e2ba23c1b59d (patch) | |
tree | 53e79bbd9f44dfb306c4b2cc6a69b596e08d87b5 /development | |
parent | 5f966052d8c4d9ea1333629331ed57630a23b3e6 (diff) |
development/haxe-bin: Updated for version 4.3.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/haxe-bin/haxe-bin.SlackBuild | 6 | ||||
-rw-r--r-- | development/haxe-bin/haxe-bin.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/haxe-bin/haxe-bin.SlackBuild b/development/haxe-bin/haxe-bin.SlackBuild index 2dc26cc7af49..3b48ac38eeed 100644 --- a/development/haxe-bin/haxe-bin.SlackBuild +++ b/development/haxe-bin/haxe-bin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for haxe-bin -# Copyright 2023 rc-05 <rc_o5@protonmail.com> +# Copyright 2024 rc_05 <contact@rc-05.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haxe-bin -VERSION=${VERSION:-4.3.3} +VERSION=${VERSION:-4.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -COMMIT_VER=${PRGNAM%-bin}_20231117191750_de28889 +COMMIT_VER=${PRGNAM%-bin}_20240304101237_dc1a43d 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 7f5a5639f4d4..0ec467812011 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.3" +VERSION="4.3.4" HOMEPAGE="https://haxe.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.3/haxe-4.3.3-linux64.tar.gz" -MD5SUM_x86_64="fee61e452c1f587f98b3d4a738e873ec" +DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.4/haxe-4.3.4-linux64.tar.gz" +MD5SUM_x86_64="9161207d1f4592f9133372554e40bf73" REQUIRES="neko" MAINTAINER="rc-05" -EMAIL="rc_o5@protonmail.com" +EMAIL="contact@rc-05.com" |