summaryrefslogtreecommitdiffstats
path: root/tools/cbootimage-configs
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2024-03-17 18:43:10 +0100
committerPaul Spooren <mail@aparcar.org>2024-03-22 22:14:22 +0100
commite8725a932e16eaf6ec51add8c084d959cbe32ff2 (patch)
tree1e6e0a3731bf9c4860b6d13fa08bea226f999a6f /tools/cbootimage-configs
parent36acf88fe0d974a7de5c3be5d3303048c54ce6fb (diff)
downloadopenwrt-e8725a932e16eaf6ec51add8c084d959cbe32ff2.tar.gz
openwrt-e8725a932e16eaf6ec51add8c084d959cbe32ff2.tar.bz2
openwrt-e8725a932e16eaf6ec51add8c084d959cbe32ff2.zip
treewide: use APK compatible version schema
Different from OPKG, APK uses a deterministic version schema which chips the version into chunks and compares them individually. This enforces a certain schema which was previously entirely flexible. - Releases are added at the very and end prefixed with an `r` like `1.2.3-r3`. - Hashes are prefixed with a `~` like `1.2.3~abc123`. - Dates become semantic versions, like `2024.04.01` - Extra tags are possible like `_git`, `_alpha` and more. For full details see the APK test list: https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/master/test/version.data Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/cbootimage-configs')
-rw-r--r--tools/cbootimage-configs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cbootimage-configs/Makefile b/tools/cbootimage-configs/Makefile
index cafd4e5a20..5d841041b3 100644
--- a/tools/cbootimage-configs/Makefile
+++ b/tools/cbootimage-configs/Makefile
@@ -12,7 +12,7 @@ PKG_SOURCE_DATE := 2017-04-13
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := https://github.com/NVIDIA/cbootimage-configs.git
PKG_SOURCE_VERSION := 7c3b458b93ed6947cd083623f543e93f9103cc0f
-PKG_MIRROR_HASH := 1d24421af8cf74ec2d625e237aa8121b1273774c4380ad333e2954e052a5a4fe
+PKG_MIRROR_HASH := 56c01f0339a3b4bee4ce31db253bb614d04f4e17a13793e873d701ec1a0de91b
include $(INCLUDE_DIR)/host-build.mk