[openwrt/openwrt] ucode: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 18 02:07:35 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1b90c7441b81aee7b1212e8918e3ec7144375d96

commit 1b90c7441b81aee7b1212e8918e3ec7144375d96
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Oct 18 11:06:31 2022 +0200

    ucode: update to latest Git HEAD
    
    00af065 fs: expose `getdelim()` functionality through `fd.read()`
    21ace5e lexer: fixes for regex literal parsing
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/utils/ucode/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 54127582bd..eccf4aab32 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2022-10-07
-PKG_SOURCE_VERSION:=4ae70721aae5f974538928cadc71fa3269e5ad20
-PKG_MIRROR_HASH:=97339d563e988d57ed02f5fd27722c908d616c2cec8b1f0479f42bc53dfd0aa1
+PKG_SOURCE_DATE:=2022-10-18
+PKG_SOURCE_VERSION:=00af065057a0e9c10ce6a6475acc47920790c2a9
+PKG_MIRROR_HASH:=58077503b6cabe70334fca8f33f0e443c60de31a1aaadef7079d5d103c547fe1
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list