diff options
author | Paul Spooren <mail@aparcar.org> | 2024-03-17 18:43:10 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-03-22 22:14:22 +0100 |
commit | e8725a932e16eaf6ec51add8c084d959cbe32ff2 (patch) | |
tree | 1e6e0a3731bf9c4860b6d13fa08bea226f999a6f /package/network/config/netifd | |
parent | 36acf88fe0d974a7de5c3be5d3303048c54ce6fb (diff) | |
download | openwrt-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 'package/network/config/netifd')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index ba4516c1dc..e0998b0b80 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git PKG_SOURCE_DATE:=2024-01-04 PKG_SOURCE_VERSION:=f01345ec13b9b27ffd314d8689fb2d3f9c81a47d -PKG_MIRROR_HASH:=58e92e9ce1a2c8ccb487e95dadf806f38b38abbe7cb3cde61ff880de5eb85c2f +PKG_MIRROR_HASH:=7d1d40d89a8bc20213e0f7a9c1167cdefef250417ec34ca8b4df79b92ba0b5d3 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |