diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-10-21 13:21:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-27 00:36:10 +0700 |
commit | 25004df1aa91d626ae911dbfd3a2af02f9dfac47 (patch) | |
tree | 8b62451d425cd688fa349465d8c99d335e20aadd /system/bubblewrap/bubblewrap.SlackBuild | |
parent | feb8abe207299f56287632bf3be540b8d1b9ac82 (diff) |
system/bubblewrap: Update for version 0.3.3
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'system/bubblewrap/bubblewrap.SlackBuild')
-rw-r--r-- | system/bubblewrap/bubblewrap.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bubblewrap/bubblewrap.SlackBuild b/system/bubblewrap/bubblewrap.SlackBuild index f06a06179663b..a48ec5c789e88 100644 --- a/system/bubblewrap/bubblewrap.SlackBuild +++ b/system/bubblewrap/bubblewrap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bubblewrap -# Copyright 2017, 2018 Vincent Batts <vbatts@hashbangbash.com> +# Copyright 2017, 2018, 2019 Vincent Batts <vbatts@hashbangbash.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=bubblewrap -VERSION=${VERSION:-0.3.1} +VERSION=${VERSION:-0.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |