mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
a64169c01d
commit
d3ef4fe372
2 changed files with 7 additions and 4 deletions
|
@ -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=""
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue