Date: Wednesday, December 21, 2022 @ 16:08:09 Author: archange Revision: 1364898
upgpkg: nsjail 3.3-1 Modified: nsjail/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-21 16:05:34 UTC (rev 1364897) +++ PKGBUILD 2022-12-21 16:08:09 UTC (rev 1364898) @@ -1,7 +1,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=nsjail -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="Light-weight process isolation tool" arch=(x86_64) @@ -10,8 +10,8 @@ depends=(protobuf libnl) makedepends=(git) source=(https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz - git+https://github.com/google/kafel.git#commit=00532cc1ee142355c2db8a58001bcc669893cff8) -sha256sums=('c01d87f613c3dd67b486295be7fc6433cc9114903b77beb7a0fd8e3be877bdad' + git+https://github.com/google/kafel.git#commit=1af0975af45ca4404f357b9a4e1636f53a01bfd3) +sha256sums=('9c247d0cba565b4e3f91cc76e827ddf7f3ad499f54ba611edd25d4d7be4890c3' 'SKIP') prepare() {
