diff options
author | Paul Spooren <mail@aparcar.org> | 2024-03-23 13:07:25 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-03-25 09:32:48 +0100 |
commit | c02a2db05e941c49ba3d073f537c2d101c7e48b0 (patch) | |
tree | 23be2f315aa0b243a34ecbb331c75f7cb600c1a0 /package/kernel/qca-ssdk | |
parent | 004eac14ab5418cd72f5dfb365e0e04a73eca03e (diff) |
treewide: update PKG_MIRROR_HASH after APK version schema
With the change in version schema the downloaded files changed, too,
mostly the hash is now prefixed with a tilde `~` instead of a dash `-`.
Since each downloaded archive contains folder with the same name as the
archive, the checksum changed.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'package/kernel/qca-ssdk')
-rw-r--r-- | package/kernel/qca-ssdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/qca-ssdk/Makefile b/package/kernel/qca-ssdk/Makefile index f1fb09c52a..6a7bab7a9a 100644 --- a/package/kernel/qca-ssdk/Makefile +++ b/package/kernel/qca-ssdk/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-ssdk.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2023-10-04 PKG_SOURCE_VERSION:=23a5aa4a4d5834da7a07efb58baebfbee91786b0 -PKG_MIRROR_HASH:=9d169ce924a46a4e530031061d3183b92f23c7f46b3106f0b9ba3587846a73ee +PKG_MIRROR_HASH:=2310cdad1ebc424c534aa3a2c71e72e0ab3635295653a88d17dfc64c402cd151 PKG_FLAGS:=nonshared PKG_BUILD_FLAGS:=no-lto |