libraries/girara: Updated for version 0.3.8.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81ac857051
commit
d8d375eefe
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230105 bkw: update for v0.3.8.
|
||||
# 20221114 bkw: update for v0.3.7.
|
||||
# 20211225 bkw: update for v0.3.6.
|
||||
# 20180903 bkw: Fix build with Russian (and possibly other non-English) locale.
|
||||
|
@ -15,7 +16,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=girara
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
VERSION=${VERSION:-0.3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="girara"
|
||||
VERSION="0.3.7"
|
||||
VERSION="0.3.8"
|
||||
HOMEPAGE="https://github.com/pwmt/girara"
|
||||
DOWNLOAD="https://github.com/pwmt/girara/archive/0.3.7/girara-0.3.7.tar.gz"
|
||||
MD5SUM="632ef1ba9fcb6450dc49d8b7c4b14b26"
|
||||
DOWNLOAD="https://github.com/pwmt/girara/archive/0.3.8/girara-0.3.8.tar.gz"
|
||||
MD5SUM="461cf945c3242d6882a154d39bc6f965"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue