diff options
-rw-r--r-- | utils/crun/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/crun/Makefile b/utils/crun/Makefile index 6b77f9b80..769325dfc 100644 --- a/utils/crun/Makefile +++ b/utils/crun/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crun -PKG_VERSION:=1.4.5 +PKG_VERSION:=1.6 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/containers/crun.git -PKG_SOURCE_DATE:=2022-05-09 -PKG_SOURCE_VERSION:=85649a8c561f7fbf018e5c5640a7e9370c80ce73 -PKG_MIRROR_HASH:=69b7db70fc13d16244609bbbd5240792519810a60d9f68ba6d5ed3def1b23fe9 +PKG_SOURCE_DATE:=2022-09-07 +PKG_SOURCE_VERSION:=18cf2efbb8feb2b2f20e316520e0fd0b6c41ef4d +PKG_MIRROR_HASH:=cd7d6fb4c58f73eff6060268d08a77404731f1cc913635add4a2e340d3c455af PKG_BUILD_DEPENDS:=argp-standalone PKG_BUILD_PARALLEL:=1 |