libraries/ulfius: Updated for version 2.7.15.

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:20 +01:00 committed by Willy Sudiarto Raharjo
parent 74854dd9fd
commit a64169c01d
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=ulfius
VERSION=${VERSION:-2.7.14}
VERSION=${VERSION:-2.7.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -54,6 +54,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="ulfius"
VERSION="2.7.14"
VERSION="2.7.15"
HOMEPAGE="https://github.com/babelouest/ulfius"
DOWNLOAD="https://github.com/babelouest/ulfius/archive/v2.7.14/ulfius-2.7.14.tar.gz"
MD5SUM="33a45827539bb27e1c5878b61f82694b"
DOWNLOAD="https://github.com/babelouest/ulfius/archive/v2.7.15/ulfius-2.7.15.tar.gz"
MD5SUM="72101c6b274ea373ae48f8c29a5f7dcb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmicrohttpd yder"