diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-07 12:29:11 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-07 14:56:04 +0200 |
commit | 6918c637b79724d8ad9d0851afc06c1c82913fde (patch) | |
tree | 6f728a3e0650357838b2eb794ee066322d4be6a1 /package/kernel/lantiq | |
parent | 153c9f348270bf6fb727abf96726c082a7d41aa7 (diff) |
treewide: package: update missed hashes after switch to ZSTD
With the switch to ZSTD for git clone packaging, hashes have changed so
fixup remaining package hashes that were missed in the inital update.
Fixes: b3c1c57 ("treewide: update PKG_MIRROR_HASH to zst")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-vectoring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vectoring/Makefile b/package/kernel/lantiq/ltq-vectoring/Makefile index 7e25422f01..6076df7742 100644 --- a/package/kernel/lantiq/ltq-vectoring/Makefile +++ b/package/kernel/lantiq/ltq-vectoring/Makefile @@ -6,7 +6,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/intel/ppa_drv.git PKG_SOURCE_DATE:=2019-05-20 PKG_SOURCE_VERSION:=4fa7ac30fcc8ec4eddae9debba5f4230981f469f -PKG_MIRROR_HASH:=444eb823dd9ddd25453976bf7a3230955e4148b8bf92f35f165ecffee32c4555 +PKG_MIRROR_HASH:=53ae72a929db598202a4e9c3df43b65fa0778cd165c1ec2ddf9361993795b930 PKG_LICENSE:=GPL-2.0 BSD-2-Clause MAKE_PATH:=src/vectoring |