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/bcm63xx-cfe | |
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/bcm63xx-cfe')
-rw-r--r-- | package/kernel/bcm63xx-cfe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/bcm63xx-cfe/Makefile b/package/kernel/bcm63xx-cfe/Makefile index a8399ce112..dbd82403e9 100644 --- a/package/kernel/bcm63xx-cfe/Makefile +++ b/package/kernel/bcm63xx-cfe/Makefile @@ -8,7 +8,7 @@ PKG_SOURCE_URL:=https://github.com/openwrt/bcm63xx-cfe.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2021-06-22 PKG_SOURCE_VERSION:=e5050f37150b34deb547b50feccd0e7439cb5bd7 -PKG_MIRROR_HASH:=85fed9f4bdf23cf7d33a02f549ffe9073666890f786d5ffa484c0368552b75ae +PKG_MIRROR_HASH:=a3e255903e398aa5627ab3a4b5fb2576f07e130a236e74f19d8b9830fe0d58f0 PKG_FLAGS:=nonshared |