From: Oskari Rauta Date: Thu, 30 Nov 2023 06:36:49 +0000 (+0200) Subject: crun: update to version 1.12 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ff51a0b495148ac143deff5bf4e838a144aaeb8d;p=feed%2Fpackages.git crun: update to version 1.12 Changelog: https://github.com/containers/crun/releases Signed-off-by: Oskari Rauta --- diff --git a/utils/crun/Makefile b/utils/crun/Makefile index 332c7844a1..9971adee5a 100644 --- a/utils/crun/Makefile +++ b/utils/crun/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crun -PKG_VERSION:=1.9.2 +PKG_VERSION:=1.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containers/crun/tar.gz/$(PKG_VERSION)? -PKG_HASH:=a5ed2984a9ebb3e0e5cba0781832f03931423097a56f48a948ab034b46726aef +PKG_HASH:=e4afa9dc5b3b851435b990331a013c6cb6064f3206609782f01486dff2446522 PKG_BUILD_DEPENDS:=argp-standalone PKG_BUILD_PARALLEL:=1