diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-12 16:44:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:14 +0700 |
commit | 886084e3f79d96d38e553ccfff343553f40744bf (patch) | |
tree | 4596faf267ae6d77a80ec2d1ed5b4c6802e44a4a /libraries/faun | |
parent | db48bcfd1704a6add72db2f872eabfc36d45e996 (diff) |
libraries/faun: Updated for version 0.1.3.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/faun')
-rw-r--r-- | libraries/faun/faun.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/faun/faun.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libraries/faun/faun.SlackBuild b/libraries/faun/faun.SlackBuild index 57deafc217728..21d6e054cee50 100644 --- a/libraries/faun/faun.SlackBuild +++ b/libraries/faun/faun.SlackBuild @@ -11,10 +11,12 @@ # faun. I will not update it, if the update would break the xu4 build. # I'm not sure anything else uses faun, anyway. +# 20230712 bkw: updated for v0.1.3. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=faun -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/faun/faun.info b/libraries/faun/faun.info index b119a51f31e99..d2826cc834f41 100644 --- a/libraries/faun/faun.info +++ b/libraries/faun/faun.info @@ -1,8 +1,8 @@ PRGNAM="faun" -VERSION="0.1.2" +VERSION="0.1.3" HOMEPAGE="https://github.com/WickedSmoke/faun/" -DOWNLOAD="https://github.com/WickedSmoke/faun/archive/v0.1.2/faun-0.1.2.tar.gz" -MD5SUM="5bbbc15ae73a32d86f7999f9845752a3" +DOWNLOAD="https://github.com/WickedSmoke/faun/archive/v0.1.3/faun-0.1.3.tar.gz" +MD5SUM="4c067fc1ea0da300abaf31b85565fe6e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |