diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-07 15:20:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:17 +0700 |
commit | 6efb41de409d65ed613a12968b1646f3f19e8394 (patch) | |
tree | e233ecb41deef19f4a8ec01673fae134e6edef5b /libraries | |
parent | 915a3d725056ebc479c42861b0d6844692329440 (diff) |
libraries/faun: Updated for version 0.1.5.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/faun/faun.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/faun/faun.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/faun/faun.SlackBuild b/libraries/faun/faun.SlackBuild index 21d6e054cee50..05a16f051b446 100644 --- a/libraries/faun/faun.SlackBuild +++ b/libraries/faun/faun.SlackBuild @@ -11,12 +11,13 @@ # faun. I will not update it, if the update would break the xu4 build. # I'm not sure anything else uses faun, anyway. +# 20240807 bkw: updated for v0.1.5. # 20230712 bkw: updated for v0.1.3. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=faun -VERSION=${VERSION:-0.1.3} +VERSION=${VERSION:-0.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,16 +41,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e diff --git a/libraries/faun/faun.info b/libraries/faun/faun.info index d2826cc834f41..7ba1dfe67cacc 100644 --- a/libraries/faun/faun.info +++ b/libraries/faun/faun.info @@ -1,8 +1,8 @@ PRGNAM="faun" -VERSION="0.1.3" +VERSION="0.1.5" HOMEPAGE="https://github.com/WickedSmoke/faun/" -DOWNLOAD="https://github.com/WickedSmoke/faun/archive/v0.1.3/faun-0.1.3.tar.gz" -MD5SUM="4c067fc1ea0da300abaf31b85565fe6e" +DOWNLOAD="https://github.com/WickedSmoke/faun/archive/v0.1.5/faun-0.1.5.tar.gz" +MD5SUM="7c6bfa6354e827464a18849396b690ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |