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>
This commit is contained in:
Arn0 2023-11-17 10:26:21 +01:00 committed by Willy Sudiarto Raharjo
parent a64169c01d
commit d3ef4fe372
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -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=""

View file

@ -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"