[arch-commits] Commit in runc/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Aug 6 20:37:32 UTC 2020


    Date: Thursday, August 6, 2020 @ 20:37:32
  Author: foxboron
Revision: 671255

upgpkg: runc 1.0.0rc92-1

Modified:
  runc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 19:56:13 UTC (rev 671254)
+++ PKGBUILD	2020-08-06 20:37:32 UTC (rev 671255)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.0.0rc91
+pkgver=1.0.0rc92
 pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
@@ -10,10 +10,11 @@
 license=(Apache)
 depends=(libseccomp)
 makedepends=(git go go-md2man)
-_commit=24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 # tags/v1.0.0-rc91
+_commit=ff819c7e9184c13b7c2607fe6c30ae19403a7aff	#refs/tags/v1.0.0-rc92^{}
 #source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed")
-source=("git+https://github.com/opencontainers/runc.git#tag=v1.0.0-rc91?signed")
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4")
+source=("git+https://github.com/opencontainers/runc.git#tag=v1.0.0-rc92?signed")
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
+			  "C9C370B246B09F6DBCFC744C34401015D1D2D386")
 sha256sums=('SKIP')
 
 pkgver() {



More information about the arch-commits mailing list