mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/tini: upgrade to 0.18.0
This commit is contained in:
parent
a1255bada1
commit
8103724a4b
@ -1,15 +1,15 @@
|
||||
# Maintainer: Danilo Bürger <danilo@feastr.de>
|
||||
pkgname=tini
|
||||
pkgver=0.17.0
|
||||
pkgver=0.18.0
|
||||
pkgrel=0
|
||||
pkgdesc="A tiny but valid init for containers"
|
||||
url="https://github.com/krallin/tini"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
options="!check" # Test suite depends on Docker
|
||||
makedepends="cmake"
|
||||
subpackages="$pkgname-static"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/krallin/tini/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
@ -30,4 +30,4 @@ static() {
|
||||
install -D -m755 tini-static "$subpkgdir"/sbin/tini-static
|
||||
}
|
||||
|
||||
sha512sums="4e59241bd621cd89f9c07dcd7a21754a947c87d3571b06bc5f034c0059a20cbc02d4d22fd08a79633b84fd47980dbf5240e2d2fa382aaf5c32e6003710b7691a tini-0.17.0.tar.gz"
|
||||
sha512sums="83279180b6a875aaff9b6b7446ee7e71fd05357279744afcb4db67c76572dc871acfba86c035857009b5dd88ca75d9f2e815d6a925563cdb3e6e771eb83be9b1 tini-0.18.0.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user