mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/remglk: Updated for version 0.3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f06b521015
commit
4d93a7c10d
2 changed files with 6 additions and 4 deletions
|
@ -6,10 +6,12 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230104 bkw: updated for v0.3.0.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=remglk
|
||||
VERSION=${VERSION:-0.2.6}
|
||||
VERSION=${VERSION:-0.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="remglk"
|
||||
VERSION="0.2.6"
|
||||
VERSION="0.3.0"
|
||||
HOMEPAGE="https://github.com/erkyrath/remglk/"
|
||||
DOWNLOAD="https://github.com/erkyrath/remglk/archive/remglk-0.2.6/remglk-remglk-0.2.6.tar.gz"
|
||||
MD5SUM="cfe14824773f1e078404a239edf6247d"
|
||||
DOWNLOAD="https://github.com/erkyrath/remglk/archive/remglk-0.3.0/remglk-remglk-0.3.0.tar.gz"
|
||||
MD5SUM="7984145d674af901492fbab4fbe9d3ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue