summaryrefslogtreecommitdiffstats
path: root/libraries/hoel
diff options
context:
space:
mode:
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 e2acd97542..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.18}
+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 2cae4cdd7f..6185a1b2d5 100644
--- a/libraries/hoel/hoel.info
+++ b/libraries/hoel/hoel.info
@@ -1,8 +1,8 @@
PRGNAM="hoel"
-VERSION="1.4.18"
+VERSION="1.4.29"
HOMEPAGE="https://github.com/babelouest/hoel"
-DOWNLOAD="https://github.com/babelouest/hoel/archive/v1.4.18/hoel-1.4.18.tar.gz"
-MD5SUM="2240f8d39e5bf0794240fff07c9f72a1"
+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"