libraries/rhonabwy: Updated for version 1.1.13.

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:23 +01:00 committed by Willy Sudiarto Raharjo
parent d3ef4fe372
commit 0239941bf8
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=rhonabwy
VERSION=${VERSION:-1.1.12}
VERSION=${VERSION:-1.1.13}
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 -Wno-error=maybe-uninitialized"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2 -Wno-error=maybe-uninitialized"
LIBDIRSUFFIX=""

View File

@ -1,8 +1,8 @@
PRGNAM="rhonabwy"
VERSION="1.1.12"
VERSION="1.1.13"
HOMEPAGE="https://github.com/babelouest/rhonabwy"
DOWNLOAD="https://github.com/babelouest/rhonabwy/archive/v1.1.12/rhonabwy-1.1.12.tar.gz"
MD5SUM="784507c22e85c0aae130195b0012fd89"
DOWNLOAD="https://github.com/babelouest/rhonabwy/archive/v1.1.13/rhonabwy-1.1.13.tar.gz"
MD5SUM="1ecf153a0ba3ebbe64636e211b5d82ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmicrohttpd ulfius"