summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo958622025-02-16 18:40:22 +0000
committerigo958622025-02-16 18:40:22 +0000
commit4b9ede79c86628a6a4e7ec5166c77f4c29a7fc70 (patch)
tree78069cb5fa90f81f44b8c45a9bc40af55eb1b5a3
parente589ddae4d8875b6f63923dc13b7dc63c94671fd (diff)
downloadaur-4b9ede79c86628a6a4e7ec5166c77f4c29a7fc70.tar.gz
Version 0.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4344122b4a6c..ff3a9e96972c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bubblejail
pkgdesc = Bubblewrap based sandboxing utility
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://github.com/igo95862/bubblejail
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = bubblejail
optdepends = bash-completion: completions for bash shell
optdepends = fish: completions for fish shell
optdepends = slirp4netns: Namespaced networking stack
- source = https://github.com/igo95862/bubblejail/releases/download/0.9.4/bubblejail-0.9.4.tar.xz
- source = https://github.com/igo95862/bubblejail/releases/download/0.9.4/bubblejail-0.9.4.tar.xz.sig
+ source = https://github.com/igo95862/bubblejail/releases/download/0.9.5/bubblejail-0.9.5.tar.xz
+ source = https://github.com/igo95862/bubblejail/releases/download/0.9.5/bubblejail-0.9.5.tar.xz.sig
validpgpkeys = 5A3D06576A6A67443DFBE856F1A55E62951B2143
- sha512sums = f41185abd02a0a526ef414a5e155bfaa52c8cc592623643f96bf14a6932c89f9e54573bdb61668754deb1c975310f055c419e7ed8f917a0d12b98773a344081a
+ sha512sums = fdf47e32cf9c7994db12731603176f4c4635a30fab7d4abf7167f0e3b06a156d075a979e4a13559e4aeba67bf37712449a5f1fdc5a40a340a9a2c66617ed0a5d
sha512sums = SKIP
pkgname = bubblejail
diff --git a/PKGBUILD b/PKGBUILD
index 6787990730da..24ef135280db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: igo95862 at yandex dot ru
pkgname=bubblejail
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc="Bubblewrap based sandboxing utility"
arch=('x86_64')
@@ -39,7 +39,7 @@ source=(
# Alternative if the above keyserver does not work
# curl -s 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x5a3d06576a6a67443dfbe856f1a55e62951b2143' | gpg --import
validpgpkeys=('5A3D06576A6A67443DFBE856F1A55E62951B2143')
-sha512sums=('f41185abd02a0a526ef414a5e155bfaa52c8cc592623643f96bf14a6932c89f9e54573bdb61668754deb1c975310f055c419e7ed8f917a0d12b98773a344081a'
+sha512sums=('fdf47e32cf9c7994db12731603176f4c4635a30fab7d4abf7167f0e3b06a156d075a979e4a13559e4aeba67bf37712449a5f1fdc5a40a340a9a2c66617ed0a5d'
'SKIP')
build () {