diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-03-13 07:38:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:22 +0700 |
commit | eb4e6478d49d16b88eff245398006763e537a699 (patch) | |
tree | 06678122469e94a6a66efc8bbfd659913b1911b7 /system/sandbox | |
parent | 82576f7fed09455749058e5351855d0c5e2200e4 (diff) |
system/sandbox: Updated for version 2.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sandbox')
-rw-r--r-- | system/sandbox/sandbox.SlackBuild | 2 | ||||
-rw-r--r-- | system/sandbox/sandbox.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/sandbox/sandbox.SlackBuild b/system/sandbox/sandbox.SlackBuild index 6f18bc38c2e1..51d516c92ad9 100644 --- a/system/sandbox/sandbox.SlackBuild +++ b/system/sandbox/sandbox.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sandbox -VERSION=${VERSION:-2.15} +VERSION=${VERSION:-2.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/sandbox/sandbox.info b/system/sandbox/sandbox.info index 58e5fd1422a7..8a1a5d345b99 100644 --- a/system/sandbox/sandbox.info +++ b/system/sandbox/sandbox.info @@ -1,10 +1,10 @@ PRGNAM="sandbox" -VERSION="2.15" +VERSION="2.16" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Sandbox" -DOWNLOAD="https://gitweb.gentoo.org/proj/sandbox.git/snapshot/sandbox-2.15.tar.bz2" -MD5SUM="c6c8cddea42cd601a3511b6ebfc74239" +DOWNLOAD="https://gitweb.gentoo.org/proj/sandbox.git/snapshot/sandbox-2.16.tar.bz2" +MD5SUM="a1c946afa766798507f0de0966212b68" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Hunter Sezen" -EMAIL="orbea@fredslev.dk" +EMAIL="orbea@riseup.net" |