package/bubblewrap: bump to version 0.7.0
This version contains a few minor fixes, provides better error messages, and includes a new option to set the size of created tmpfs volumes. Release notes: https://github.com/containers/bubblewrap/releases/tag/v0.7.0 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1b20c52a5b
commit
b9735d0e74
@ -1,5 +1,5 @@
|
||||
# From https://github.com/containers/bubblewrap/releases/tag/v0.6.2
|
||||
sha256 8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b bubblewrap-0.6.2.tar.xz
|
||||
# From https://github.com/containers/bubblewrap/releases/tag/v0.7.0
|
||||
sha256 764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc bubblewrap-0.7.0.tar.xz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BUBBLEWRAP_VERSION = 0.6.2
|
||||
BUBBLEWRAP_VERSION = 0.7.0
|
||||
BUBBLEWRAP_SITE = https://github.com/containers/bubblewrap/releases/download/v$(BUBBLEWRAP_VERSION)
|
||||
BUBBLEWRAP_SOURCE = bubblewrap-$(BUBBLEWRAP_VERSION).tar.xz
|
||||
BUBBLEWRAP_DEPENDENCIES = host-pkgconf libcap
|
||||
|
Loading…
Reference in New Issue
Block a user