diff options
-rw-r--r-- | system/bubblewrap/bubblewrap.SlackBuild | 5 | ||||
-rw-r--r-- | system/bubblewrap/bubblewrap.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/system/bubblewrap/bubblewrap.SlackBuild b/system/bubblewrap/bubblewrap.SlackBuild index fa0c5924545d9..aa7b7d59c8d96 100644 --- a/system/bubblewrap/bubblewrap.SlackBuild +++ b/system/bubblewrap/bubblewrap.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bubblewrap -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/bubblewrap/bubblewrap.info b/system/bubblewrap/bubblewrap.info index 9366cd4180633..6cd31ee9fdfea 100644 --- a/system/bubblewrap/bubblewrap.info +++ b/system/bubblewrap/bubblewrap.info @@ -1,8 +1,8 @@ PRGNAM="bubblewrap" -VERSION="0.4.0" +VERSION="0.8.0" HOMEPAGE="https://github.com/containers/bubblewrap/" -DOWNLOAD="https://github.com/containers/bubblewrap/releases/download/v0.4.0/bubblewrap-0.4.0.tar.xz" -MD5SUM="a0f3f2c80a3bad535af5bbd1b502450c" +DOWNLOAD="https://github.com/containers/bubblewrap/releases/download/v0.8.0/bubblewrap-0.8.0.tar.xz" +MD5SUM="fc0e14bc26df76225e8f8cc2df9fb657" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |