From e8725a932e16eaf6ec51add8c084d959cbe32ff2 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 17 Mar 2024 18:43:10 +0100 Subject: 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 --- package/network/utils/iwinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/utils/iwinfo') diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index e1941ca3a8..0a8320c0d4 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git PKG_SOURCE_DATE:=2024-03-08 PKG_SOURCE_VERSION:=8ffb8bfd1115ae95265aa52590aa948aba7672e4 -PKG_MIRROR_HASH:=77bb6018b5001268c0f442dbfd8159893db620c575c9810221b1a42a30be4b5f +PKG_MIRROR_HASH:=846d4ac22832e507e5a96e07332324e30cd39289743d18e9ec0d418009f3ba37 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0 -- cgit v1.2.3