summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKien Dang2022-09-21 23:45:43 +0800
committerKien Dang2022-09-21 23:45:43 +0800
commit2af4ee5a47d73fbcb3c6078944a9bde9b78bab51 (patch)
tree8771bd8d11d8e64aa28b8870677cfba6a79f861b
parent7dc1bfba3364b375f2c6faa847c2b2f5c53cb236 (diff)
downloadaur-2af4ee5a47d73fbcb3c6078944a9bde9b78bab51.tar.gz
bump to v3.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73d1d48ab9c3..10a9bce23039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-container-runtime
pkgdesc = NVIDIA opencontainer runtime fork to expose GPU devices to containers.
- pkgver = 3.10.0
- pkgrel = 2
+ pkgver = 3.11.0
+ pkgrel = 1
url = https://github.com/NVIDIA/nvidia-container-toolkit
arch = x86_64
license = APACHE
@@ -9,7 +9,7 @@ pkgbase = nvidia-container-runtime
depends = libseccomp
depends = nvidia-container-toolkit>=1.9.0
options = !lto
- source = v3.10.0-2.tar.gz::https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.10.0.tar.gz
- sha256sums = 7c88e6b16df92feac9a14f7ca7f2960409c71760b2563fea29c57c8799930db3
+ source = v3.11.0-1.tar.gz::https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.11.0.tar.gz
+ sha256sums = 016e20b3a1a59409da131817d84b9fc56eab72d3f69a9797bbf960f73c9e5262
pkgname = nvidia-container-runtime
diff --git a/PKGBUILD b/PKGBUILD
index c5393267050f..b2f6c9ff6b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgname=nvidia-container-runtime
# runtime has been moved into the toolkit repo, this file is basically
# identical to nvidia-container-toolkit's PKGBUILD.
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.11.0
+pkgrel=1
-toolkit_ver=1.10.0
+toolkit_ver=1.11.0
pkgdesc='NVIDIA opencontainer runtime fork to expose GPU devices to containers.'
arch=('x86_64')
@@ -25,7 +25,7 @@ depends=('libseccomp' 'nvidia-container-toolkit>=1.9.0')
options=(!lto)
source=("v${pkgver}-${pkgrel}.tar.gz"::"${url}/archive/v${toolkit_ver}.tar.gz")
-sha256sums=('7c88e6b16df92feac9a14f7ca7f2960409c71760b2563fea29c57c8799930db3')
+sha256sums=('016e20b3a1a59409da131817d84b9fc56eab72d3f69a9797bbf960f73c9e5262')
_srcdir="nvidia-container-toolkit-${toolkit_ver}"