[openwrt/openwrt] ucode: fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 24 15:29:21 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/13a23445f43fda28fcaa7458b860188139754ccb

commit 13a23445f43fda28fcaa7458b860188139754ccb
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Mar 24 14:13:43 2021 +0000

    ucode: fix PKG_MIRROR_HASH
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/utils/ucode/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 64b6c7bcda..6fb9f73c3d 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/jow-/ucode.git
 PKG_SOURCE_DATE:=2021-03-19
 PKG_SOURCE_VERSION:=4a5b9010ccc56fdf288fe758023af445feb93fad
-PKG_MIRROR_HASH:=145a2ce69e14cae9b448de85b94c7a817ba3aea04b1611399186ad36fb88958e
+PKG_MIRROR_HASH:=2d15fe2f51ebdeae532a2e8130689400cf2364876e737cfbb1bf9c045719acf1
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list