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/kernel/rtl8812au-ct | |
parent | 36acf88fe0d974a7de5c3be5d3303048c54ce6fb (diff) |
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/kernel/rtl8812au-ct')
-rw-r--r-- | package/kernel/rtl8812au-ct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/rtl8812au-ct/Makefile b/package/kernel/rtl8812au-ct/Makefile index b0440a6858..8941358d54 100644 --- a/package/kernel/rtl8812au-ct/Makefile +++ b/package/kernel/rtl8812au-ct/Makefile @@ -7,7 +7,7 @@ PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/greearb/rtl8812AU_8821AU_linux.git -PKG_MIRROR_HASH:=748f5c58aa3f391222c0c43db35b9ff4c30c9c987ca052a5a3cdf36193e5821b +PKG_MIRROR_HASH:=141633ba4d68fce3ae1eed59e79eec9107ae36614480630a6eccd97d5cee612a PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2022-10-26 PKG_SOURCE_VERSION:=9b2b203a217e1320602a0eb07c338a1bfca0f5a6 |