mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/i3-gaps: Updated for version 4.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b24a0c8227
commit
183cb0c402
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=i3-gaps
|
||||
VERSION=${VERSION:-4.20.1}
|
||||
VERSION=${VERSION:-4.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i3-gaps"
|
||||
VERSION="4.20.1"
|
||||
VERSION="4.21"
|
||||
HOMEPAGE="https://github.com/Airblader/i3"
|
||||
DOWNLOAD="https://github.com/Airblader/i3/archive/4.20.1/i3-4.20.1.tar.gz"
|
||||
MD5SUM="7483c3297cd36c758cd0399993e71ad8"
|
||||
DOWNLOAD="https://github.com/Airblader/i3/archive/4.21/i3-4.21.tar.gz"
|
||||
MD5SUM="211ae293733800c816707a19d1fa0b7e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dmenu libev xcb-util-xrm yajl perl-JSON-XS perl-AnyEvent"
|
||||
|
|
Loading…
Reference in a new issue