mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
system/bubblewrap: Updated for version 0.2.0.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
55071c58f2
commit
0b06af1cd9
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=bubblewrap
|
||||
VERSION=${VERSION:-0.1.7}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bubblewrap"
|
||||
VERSION="0.1.7"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="https://github.com/projectatomic/bubblewrap/"
|
||||
DOWNLOAD="https://github.com/projectatomic/bubblewrap/releases/download/v0.1.7/bubblewrap-0.1.7.tar.xz"
|
||||
MD5SUM="d14e777759e067aa7418cbf27086499d"
|
||||
DOWNLOAD="https://github.com/projectatomic/bubblewrap/releases/download/v0.2.0/bubblewrap-0.2.0.tar.xz"
|
||||
MD5SUM="a7bd0053ecfdf107f0a8fd62a5f941f9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue