summaryrefslogtreecommitdiffstats
path: root/libraries/hoel
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-11-17 10:26:21 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:16:02 +0700
commitd3ef4fe37203783ef3e4018be67178c47d9878cc (patch)
tree1c74b62cf195a31e4138391a1e5b9da4fd0f572b /libraries/hoel
parenta64169c01dbd47af7ebf3d3c1e2af3b7b2b835b3 (diff)
downloadslackbuilds-d3ef4fe37203783ef3e4018be67178c47d9878cc.tar.gz
slackbuilds-d3ef4fe37203783ef3e4018be67178c47d9878cc.tar.xz
libraries/hoel: Updated for version 1.4.29.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hoel')
-rw-r--r--libraries/hoel/hoel.SlackBuild5
-rw-r--r--libraries/hoel/hoel.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/libraries/hoel/hoel.SlackBuild b/libraries/hoel/hoel.SlackBuild
index 1c3bf5976c..1b410e5b56 100644
--- a/libraries/hoel/hoel.SlackBuild
+++ b/libraries/hoel/hoel.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hoel
-VERSION=${VERSION:-1.4.28}
+VERSION=${VERSION:-1.4.29}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,6 +57,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/libraries/hoel/hoel.info b/libraries/hoel/hoel.info
index dac355df61..6185a1b2d5 100644
--- a/libraries/hoel/hoel.info
+++ b/libraries/hoel/hoel.info
@@ -1,8 +1,8 @@
PRGNAM="hoel"
-VERSION="1.4.28"
+VERSION="1.4.29"
HOMEPAGE="https://github.com/babelouest/hoel"
-DOWNLOAD="https://github.com/babelouest/hoel/archive/v1.4.28/hoel-1.4.28.tar.gz"
-MD5SUM="13f864320c3859cc30257081fbd5bbf8"
+DOWNLOAD="https://github.com/babelouest/hoel/archive/v1.4.29/hoel-1.4.29.tar.gz"
+MD5SUM="f164747011716cc49a12158412959704"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ulfius"