summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhexchain2023-12-27 23:44:41 +0800
committerhexchain2023-12-27 23:44:41 +0800
commit39e33dde685816f2bc56bd01ad65751c094b60fa (patch)
tree4a23c01323e01d97cf67cdccedc319c0263fbb2f
parent1a7ea590e2fbcaa7e8d85fcbc9f154e05834dcb5 (diff)
downloadaur-39e33dde685816f2bc56bd01ad65751c094b60fa.tar.gz
upgpkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa4b0a0f5fb..bf86e8add4b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libkrun
pkgdesc = A dynamic library providing Virtualization-based process isolation capabilities
- pkgver = 1.5.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://github.com/containers/libkrun
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = libkrun
depends = glibc
depends = gcc-libs
depends = libkrunfw
- source = https://github.com/containers/libkrun/archive/refs/tags/v1.5.1/libkrun-1.5.1.tar.gz
- sha256sums = dd2ac590bfa5f238b06f1ec0a8acdd92316e2ffc2d7e261a0ad802d0849677b6
+ source = https://github.com/containers/libkrun/archive/refs/tags/v1.7.2/libkrun-1.7.2.tar.gz
+ sha256sums = b5eae842c62551e5fa5c1c13309d3051d5c1495b0ce2c66c53dfb537d0d425b1
pkgname = libkrun
diff --git a/PKGBUILD b/PKGBUILD
index a1f40cd710b4..87f099950d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hexchain <arch at hexchain.org>
pkgname=libkrun
-pkgver=1.5.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="A dynamic library providing Virtualization-based process isolation capabilities"
url='https://github.com/containers/libkrun'
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('Apache')
makedepends=('cargo' 'patchelf')
depends=('glibc' 'gcc-libs' 'libkrunfw')
-source=("https://github.com/containers/libkrun/archive/refs/tags/v1.5.1/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/containers/libkrun/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz")
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -20,4 +20,4 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" PREFIX=/usr LIBDIR_Linux=lib install
}
-sha256sums=('dd2ac590bfa5f238b06f1ec0a8acdd92316e2ffc2d7e261a0ad802d0849677b6')
+sha256sums=('b5eae842c62551e5fa5c1c13309d3051d5c1495b0ce2c66c53dfb537d0d425b1')