* update catatonit to 0.2.1-1

This commit is contained in:
Alexander Baldeck 2025-01-01 16:38:06 +01:00
parent ac3bc28655
commit dde80fb23a
3 changed files with 29 additions and 4 deletions

20
catatonit/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = catatonit
pkgdesc = A container init that is so simple it's effectively brain-dead.
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/openSUSE/catatonit/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
source = catatonit-0.2.1.tar.xz::https://github.com/openSUSE/catatonit/releases/download/v0.2.1/catatonit.tar.xz
source = catatonit-0.2.1.tar.xz.asc::https://github.com/openSUSE/catatonit/releases/download/v0.2.1/catatonit.tar.xz.asc
validpgpkeys = 5F36C6C61B5460124A75F5A69E18AA267DDB8DB4
sha256sums = 9950425501af862e12f618bdc930ea755c46db6a16072a1462b4fc93b2bd59bc
sha256sums = SKIP
b2sums = 46b5ec8ca737628dc8250e6c23ff3342b741bed3ec636b64a63211bb8847498e7d8f46bb4fb2ec043e9f92b9ba6097f1c0eb470ef5db8f5eb196329e01528ff4
b2sums = SKIP
pkgname = catatonit

View File

@ -0,0 +1,5 @@
[catatonit]
source = "github"
github = "openSUSE/catatonit"
use_max_tag = true
prefix = "v"

View File

@ -5,8 +5,8 @@
# NOTE: this package is fully statically linked to work in containers
pkgname=catatonit
pkgver=0.2.0
pkgrel=3.1
pkgver=0.2.1
pkgrel=1
pkgdesc="A container init that is so simple it's effectively brain-dead."
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/openSUSE/catatonit/"
@ -15,9 +15,9 @@ source=(
$pkgname-$pkgver.tar.xz::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz
$pkgname-$pkgver.tar.xz.asc::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz.asc
)
sha256sums=('9843c2b47421f0f1959b18b786f736cde1fbf124b1d1fa0d292be2773d2d2b90'
sha256sums=('9950425501af862e12f618bdc930ea755c46db6a16072a1462b4fc93b2bd59bc'
'SKIP')
b2sums=('bb4adf83da1e21bc54e86ec0f5c5368aeef29d3f9d71d68dcdd911d3f58813a0fb0ab45fbeb1626d167e92d1e73ac757a904e87d0432b56c7d59d3eeee04455d'
b2sums=('46b5ec8ca737628dc8250e6c23ff3342b741bed3ec636b64a63211bb8847498e7d8f46bb4fb2ec043e9f92b9ba6097f1c0eb470ef5db8f5eb196329e01528ff4'
'SKIP')
validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4') # Aleksa Sarai <asarai@suse.com>