diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-25 11:28:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-27 16:20:28 +0700 |
commit | e32b275da919adda34efde00c9f6957ef21c701e (patch) | |
tree | b028e12e3b04fdaaa711620199f67d726ba661ae /libraries/girara | |
parent | 6f5d07e222fa33a355210e5aab323a35a81a95bd (diff) |
libraries/girara: Updated for version 0.3.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/girara')
-rw-r--r-- | libraries/girara/girara.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/girara/girara.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/girara/girara.SlackBuild b/libraries/girara/girara.SlackBuild index 49ea5ea3dccd..41860b2f2351 100644 --- a/libraries/girara/girara.SlackBuild +++ b/libraries/girara/girara.SlackBuild @@ -6,15 +6,15 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211225 bkw: update for v0.3.6. # 20180903 bkw: Fix build with Russian (and possibly other non-English) locale. - # 20180619 bkw: Update for v0.3.0. Upstream switched from make to meson, # so this script's no longer compatible with older versions of girara. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=girara -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -27,9 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/libraries/girara/girara.info b/libraries/girara/girara.info index 9e41aa72f36e..a3de892a51e1 100644 --- a/libraries/girara/girara.info +++ b/libraries/girara/girara.info @@ -1,8 +1,8 @@ PRGNAM="girara" -VERSION="0.3.0" +VERSION="0.3.6" HOMEPAGE="https://github.com/pwmt/girara" -DOWNLOAD="https://github.com/pwmt/girara/archive/0.3.0/girara-0.3.0.tar.gz" -MD5SUM="7f419ce20326dd7c9ef5118bb6d628b1" +DOWNLOAD="https://github.com/pwmt/girara/archive/0.3.6/girara-0.3.6.tar.gz" +MD5SUM="07610bb46e2a90d30021d9ee8bb78ad6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |