aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-05-20 19:51:02 +0200
committerJo-Philipp Wich <jo@mein.io>2022-05-20 20:08:19 +0200
commit4575498276406857ca6cb253461be703baa18138 (patch)
tree8f11460a2e1684e87a120228f5bc2676ea3b3e50
parente90f74feb6a84c470c562ef60f47cee67d3d5af3 (diff)
downloadupstream-4575498276406857ca6cb253461be703baa18138.tar.gz
upstream-4575498276406857ca6cb253461be703baa18138.tar.bz2
upstream-4575498276406857ca6cb253461be703baa18138.zip
ucode: update to latest Git HEAD
081871e compiler: fix segmentation fault on compiling unexpected unary expressions 090b426 fs: avoid input buffering with small limits in fs.readfile() 8da140f lib: introduce hexenc() and hexdec() 9a72423 Update README.md Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit e2ce2a8d3cd3c885eb61a8b577abf9508ffad7d2)
-rw-r--r--package/utils/ucode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 64edf198ce..5af2109353 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-04-13
-PKG_SOURCE_VERSION:=e14b0993b101839d2d40b5c4f184e6b0c2083b65
-PKG_MIRROR_HASH:=50771ea70be071626cfb682627713f818d740bc91ccadad0ba0aad5bef08a865
+PKG_SOURCE_DATE:=2022-05-20
+PKG_SOURCE_VERSION:=081871e18db544e2c834a516950e1c16c9bc4d2c
+PKG_MIRROR_HASH:=5ff1ee6d5549e83ac7bc5f5877d303c82cdb8e640305de5d95cbd3ce66ced133
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=ISC