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

Morten Linderud foxboron at archlinux.org
Sat Mar 7 13:40:23 UTC 2020


    Date: Saturday, March 7, 2020 @ 13:40:23
  Author: foxboron
Revision: 591142

upgpkg: crun 0.13-1

Modified:
  crun/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-07 13:38:08 UTC (rev 591141)
+++ PKGBUILD	2020-03-07 13:40:23 UTC (rev 591142)
@@ -2,17 +2,17 @@
 # Contributor: hexchian <i at hexchain dot org>
 
 pkgname=crun
-pkgver=0.12.2.1
+pkgver=0.13
 pkgrel=1
 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
 url="https://github.com/containers/crun"
-license=('GPL3')
+license=('LGPL')
 arch=('x86_64')
 depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
 makedepends=('libtool' 'python' 'go-md2man')
 source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('136a35420bb59a23062a9ef95982f154790148c31853e0aabe942989f625f918'
+sha256sums=('10b0c1a118b6750dbc46cc2d2240a82f21dc323318a085963ba71da4f17d87b7'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list