summaryrefslogtreecommitdiffstats
path: root/development/haxe-bin/haxe-bin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/haxe-bin/haxe-bin.SlackBuild')
-rw-r--r--development/haxe-bin/haxe-bin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/haxe-bin/haxe-bin.SlackBuild b/development/haxe-bin/haxe-bin.SlackBuild
index 2dc26cc7af..3b48ac38ee 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