mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/i3-gaps: Updated for version 4.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8032d73cc
commit
d0d1577c9f
3 changed files with 4 additions and 6 deletions
|
@ -5,6 +5,4 @@ It includes a few additional features:
|
|||
- Smart Gaps
|
||||
- Smart Borders
|
||||
|
||||
This cannot be installed together with i3wm
|
||||
|
||||
i3status is optional, but useful to provide a system status bar.
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=i3-gaps
|
||||
VERSION=${VERSION:-4.15.0.1}
|
||||
VERSION=${VERSION:-4.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i3-gaps"
|
||||
VERSION="4.15.0.1"
|
||||
VERSION="4.16"
|
||||
HOMEPAGE="https://github.com/Airblader/i3"
|
||||
DOWNLOAD="https://github.com/Airblader/i3/archive/4.15.0.1/i3-4.15.0.1.tar.gz"
|
||||
MD5SUM="eab76b0d30964ec619364e9a8f51819f"
|
||||
DOWNLOAD="https://github.com/Airblader/i3/releases/download/4.16/i3-4.16.tar.gz"
|
||||
MD5SUM="0bae3369e0d514700329932c4cd60da8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dmenu libev libxkbcommon xcb-util-xrm yajl perl-JSON-XS perl-AnyEvent"
|
||||
|
|
Loading…
Reference in a new issue