diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2020-01-27 07:29:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-01 09:00:34 +0700 |
commit | e29b6017e3ac0a4d9b8d8c25487dbcd122b62a63 (patch) | |
tree | 8f97398d1d8c6a0a79aae4598a5c0faef1d7c659 /system/bubblewrap | |
parent | b4cd8001221fdb11cc60fd9e333a0d85d904b971 (diff) |
system/bubblewrap: Updated for version 0.4.0.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'system/bubblewrap')
-rw-r--r-- | system/bubblewrap/bubblewrap.SlackBuild | 2 | ||||
-rw-r--r-- | system/bubblewrap/bubblewrap.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/bubblewrap/bubblewrap.SlackBuild b/system/bubblewrap/bubblewrap.SlackBuild index a48ec5c789e8..53d6bef9fbb8 100644 --- a/system/bubblewrap/bubblewrap.SlackBuild +++ b/system/bubblewrap/bubblewrap.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=bubblewrap -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/bubblewrap/bubblewrap.info b/system/bubblewrap/bubblewrap.info index e600edd79743..9366cd418063 100644 --- a/system/bubblewrap/bubblewrap.info +++ b/system/bubblewrap/bubblewrap.info @@ -1,8 +1,8 @@ PRGNAM="bubblewrap" -VERSION="0.3.3" +VERSION="0.4.0" HOMEPAGE="https://github.com/containers/bubblewrap/" -DOWNLOAD="https://github.com/containers/bubblewrap/releases/download/v0.3.3/bubblewrap-0.3.3.tar.xz" -MD5SUM="69ce48ca2d637eaf6b42674ee903e5ad" +DOWNLOAD="https://github.com/containers/bubblewrap/releases/download/v0.4.0/bubblewrap-0.4.0.tar.xz" +MD5SUM="a0f3f2c80a3bad535af5bbd1b502450c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |