diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-06 12:47:54 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-07 12:06:34 +0200 |
commit | 272f55e87f0731b3f04aefd39598a127b317abf4 (patch) | |
tree | c2cbcf687848c4a02159bc63c0c707ff47dcf53c /libs/libqrtr-glib/Makefile | |
parent | ca3209a3b35cd80de39f9f4f2a263211191807cb (diff) |
treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'libs/libqrtr-glib/Makefile')
-rw-r--r-- | libs/libqrtr-glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libqrtr-glib/Makefile b/libs/libqrtr-glib/Makefile index 1796627a8..9e8e288ae 100644 --- a/libs/libqrtr-glib/Makefile +++ b/libs/libqrtr-glib/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=ffb918edf96581d4ba310bd1e975297e9a7006a7e26f37934afde462585125f2 +PKG_MIRROR_HASH:=483e17daa7ad17928d53a11fa3bed6201f3a94ce16cfd0b5bff39941de14d115 PKG_BUILD_FLAGS:=gc-sections |