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-nss-dp | |
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-nss-dp')
-rw-r--r-- | package/kernel/qca-nss-dp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/qca-nss-dp/Makefile b/package/kernel/qca-nss-dp/Makefile index f9e992f246..e17446d236 100644 --- a/package/kernel/qca-nss-dp/Makefile +++ b/package/kernel/qca-nss-dp/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/nss-dp.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2023-06-06 PKG_SOURCE_VERSION:=fa67464466f69f00967cc373d1bdd6025f57eb89 -PKG_MIRROR_HASH:=51bf524382a5cb542c2c80d12a91f87b9736de3ac3c1d4a351c97b3502d68574 +PKG_MIRROR_HASH:=48a3c3c6af426bf8a14dc4c2c68c4af70117acf31269024792b3a455181b7d31 PKG_BUILD_PARALLEL:=1 PKG_FLAGS:=nonshared |