diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-08 00:03:57 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-08 09:30:35 +0200 |
commit | 9f78055f94d732ad5a3fbb07b5c36f0859bc1215 (patch) | |
tree | 59add71dab4b1d83a117d62fb50abb3c20cec37f /libs/libx264/Makefile | |
parent | 298faf91bc6923dab0b755ef246695c9785143fd (diff) |
treewide: refresh missed hashes after move to use ZSTD as default
This is a follow-up on the previous treewide refresh of hashes after move
to ZSTD by default for compressing tarballs, as it seems that somehow
CHECK_ALL missed couple of packages.
Fixes: 272f55e87f07 ("treewide: refresh hashes after move to use ZSTD as default")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'libs/libx264/Makefile')
-rw-r--r-- | libs/libx264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libx264/Makefile b/libs/libx264/Makefile index 337c6e749..d8a826c97 100644 --- a/libs/libx264/Makefile +++ b/libs/libx264/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://code.videolan.org/videolan/x264.git PKG_SOURCE_VERSION:=4815ccadb1890572f2bf8b9d9553d56f6c9122ad -PKG_MIRROR_HASH:=6a8179183bdd88f2d7032342c23670e66571724ad774f96a6abac19f8eb7aad4 +PKG_MIRROR_HASH:=50ab1157a4a026e44f551ea9d62c82626c88711f033a171e5031f2bf87b06eab PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com> PKG_LICENSE:=GPL-2.0-or-later |