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 /lang/python | |
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 'lang/python')
-rw-r--r-- | lang/python/micropython-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/micropython-lib/Makefile b/lang/python/micropython-lib/Makefile index d6b866429..d5fdd77fd 100644 --- a/lang/python/micropython-lib/Makefile +++ b/lang/python/micropython-lib/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/micropython/micropython-lib.git PKG_SOURCE_VERSION:=d8e163bb5f3ef45e71e145c27bc4f207beaad70f PKG_SOURCE_DATE:=20231031 -PKG_MIRROR_HASH:=6abb0a1460984c6fde99986971517121ac0207dabeb43cfb1855f6d7d1fd9ae5 +PKG_MIRROR_HASH:=311651a719ae645d3e40c3c8ebf706fa2e964ac1455d84bee73606ec6d7c13a2 PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com> PKG_LICENSE:=MIT Python-2.0.1 |