Date: Saturday, June 6, 2020 @ 09:30:49 Author: foxboron Revision: 639359
upgpkg: slirp4netns 1.1.1-1 Modified: slirp4netns/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-06 09:29:06 UTC (rev 639358) +++ PKGBUILD 2020-06-06 09:30:49 UTC (rev 639359) @@ -3,7 +3,7 @@ pkgname=slirp4netns pkgdesc='User-mode networking for unprivileged network namespaces' -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 arch=(x86_64) url="https://github.com/rootless-containers/slirp4netns" @@ -10,7 +10,8 @@ license=(GPL2) depends=(glibc glib2 libcap libseccomp libslirp) makedepends=(git) -_commit=ee9b3db719f7587250a638f4e52bf64195edb9c4 # tags/v1.1.0 +# TODO: Check if they are going to continue signing the commits +_commit=bbf27c5acd4356edb97fa639b4e15e0cd56a39d5 # tags/v1.1.1 source=("git+$url#commit=$_commit") sha256sums=('SKIP')
