diff options
author | Emmanuel N. Millan <emmanueln[at]gmail[dot]com> | 2019-03-23 00:37:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 00:37:51 +0700 |
commit | 2d474b7b73280b06fb783946ba7c290ca729560c (patch) | |
tree | 63ba7ae978e28fb4e1f4341ddcfb66d0e634480e /desktop | |
parent | 8506e81bde254e88e12443de456cbc9cfdf13e69 (diff) | |
download | slackbuilds-2d474b7b73280b06fb783946ba7c290ca729560c.tar.gz |
desktop/i3: Updated for version 4.16.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/i3/i3.SlackBuild | 3 | ||||
-rw-r--r-- | desktop/i3/i3.info | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/desktop/i3/i3.SlackBuild b/desktop/i3/i3.SlackBuild index ffe2851265..5f2c177e28 100644 --- a/desktop/i3/i3.SlackBuild +++ b/desktop/i3/i3.SlackBuild @@ -7,6 +7,7 @@ # Updated by Marcin Herda <mherda@slackword.net> # Cleaning up docs by ponce # Copyright 2017 - 2018 Johannes Schoepfer, Germany +# Updated by Emmanuel N. Millan, Argentina, 2019 # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -26,7 +27,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=i3 -VERSION=${VERSION:-4.15} +VERSION=${VERSION:-4.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/i3/i3.info b/desktop/i3/i3.info index 730070966d..3e5a975553 100644 --- a/desktop/i3/i3.info +++ b/desktop/i3/i3.info @@ -1,10 +1,10 @@ PRGNAM="i3" -VERSION="4.15" -HOMEPAGE="http://www.i3wm.org" -DOWNLOAD="http://i3wm.org/downloads/i3-4.15.tar.bz2" -MD5SUM="6ff0e7d59cf6983af68f9b4cdaf2a641" +VERSION="4.16.1" +HOMEPAGE="https://www.i3wm.org" +DOWNLOAD="https://i3wm.org/downloads/i3-4.16.1.tar.bz2" +MD5SUM="bd7855745c9d3f0b0b46027609f2f033" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmenu libev libxkbcommon xcb-util-xrm yajl perl-JSON-XS perl-AnyEvent" -MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds[at]schoepfer[dot]info" +MAINTAINER="Emmanuel N. Millan" +EMAIL="emmanueln[at]gmail[dot]com" |