summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-05-21 16:55:23 +0200
committerJoan Bruguera2022-05-21 16:55:23 +0200
commit15e12dcd3ec7a75f760a60839e27893bcd45ac3c (patch)
treeeca8101e7721858e9162a4779fd470b992accd84
parent6281465967fd28a6f8052c33471eb3e962078da7 (diff)
downloadaur-15e12dcd3ec7a75f760a60839e27893bcd45ac3c.tar.gz
Update miscfiles to 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9192f6d2d155..6789f078bd71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sysbox-ce-git
pkgdesc = Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)
pkgver = r1530.cf2cfe0
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/nestybox/sysbox
install = install.sh
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = sysbox-ce-git
optdepends = shiftfs: For uid-mapping on very old kernels without idmapped-mounts
provides = sysbox-ce
conflicts = sysbox-ce
- source = https://downloads.nestybox.com/sysbox/releases/v0.5.0/sysbox-ce_0.5.0-0.linux_amd64.deb
+ source = https://downloads.nestybox.com/sysbox/releases/v0.5.2/sysbox-ce_0.5.2-0.linux_amd64.deb
source = git+https://github.com/nestybox/sysbox.git
source = git+https://github.com/nestybox/dockerfiles.git
source = git+https://github.com/nestybox/sysbox-fs.git
@@ -28,7 +28,7 @@ pkgbase = sysbox-ce-git
source = git+https://github.com/nestybox/libseccomp-golang.git
source = git+https://github.com/nestybox/sysbox-mgr.git
source = git+https://github.com/nestybox/sysbox-runc.git
- sha256sums = eeacd9ae0e08ee5e5637e3b93e4f0cf78f20f9590ef2e7ab08347700682422f0
+ sha256sums = f13fc0e156f72c6f8bd48e206c59482f83f19acc229701c74e0f23baafa724d8
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 525c8b93230f..7d19c657b7ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=sysbox-ce-git
pkgver=r1530.cf2cfe0
-miscfiles_pkgver=0.5.0
-pkgrel=3
+miscfiles_pkgver=0.5.2
+pkgrel=1
pkgdesc="Container runtime with VM-like isolation (run Systemd, Docker, K8s in containers)"
url="https://github.com/nestybox/sysbox"
arch=('x86_64')
@@ -18,7 +18,7 @@ source=("https://downloads.nestybox.com/sysbox/releases/v${miscfiles_pkgver}/sys
"git+https://github.com/nestybox/libseccomp-golang.git"
"git+https://github.com/nestybox/sysbox-mgr.git"
"git+https://github.com/nestybox/sysbox-runc.git")
-sha256sums=('eeacd9ae0e08ee5e5637e3b93e4f0cf78f20f9590ef2e7ab08347700682422f0'
+sha256sums=('f13fc0e156f72c6f8bd48e206c59482f83f19acc229701c74e0f23baafa724d8'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
install=install.sh
provides=('sysbox-ce')