mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
crun: update to 1.7.2.
This commit is contained in:
parent
10834a7b90
commit
59472ee4a9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'crun'
|
# Template file for 'crun'
|
||||||
pkgname=crun
|
pkgname=crun
|
||||||
version=1.6
|
version=1.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd"
|
configure_args="--disable-systemd"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Imran Khan <imrankhan@teknik.io>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/containers/crun"
|
homepage="https://github.com/containers/crun"
|
||||||
distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
|
distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
|
||||||
checksum=d6b100d22b718a8d490c2725935d202843becb24caf830b88119cfaff630c0ce
|
checksum=f669ecd3d1895dcaa8425eabb707c06eb3bdb5ae5201a50a423c3cace36c4a05
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" argp-standalone"
|
makedepends+=" argp-standalone"
|
||||||
|
|
Loading…
Add table
Reference in a new issue