From b8e7114be9eecc0d559e3e9d8ed7e9b14aa9a6a7 Mon Sep 17 00:00:00 2001 From: Vincent Kobel Date: Fri, 4 May 2018 09:39:17 +0200 Subject: [PATCH] disable stack protection + update according to base repo --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f1c80b6..6ab10d2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gvisor-git pkgdesc = User-space kernel, sandboxed container runtime - pkgver = 26.4603f97 - pkgrel = 1 + pkgver = 37.af724ec + pkgrel = 2 url = https://github.com/google/gvisor arch = x86_64 license = Apache-2.0 diff --git a/PKGBUILD b/PKGBUILD index 10f02f8..4510875 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ _pkgname='gvisor' pkgname="${_pkgname}-git" -pkgver=26.4603f97 -pkgrel=1 +pkgver=37.af724ec +pkgrel=2 pkgdesc="User-space kernel, sandboxed container runtime" arch=('x86_64') url='https://github.com/google/gvisor'