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