aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-11-23 14:15:19 +0100
committerJo-Philipp Wich <jo@mein.io>2022-12-06 11:45:12 +0100
commiteb639e54fcbe03d9fda99e2d3e60b2d53658bab5 (patch)
tree01afaa93bad6791d50cb51837c562b4f5537ad9c /package/utils
parent9b6dcf322b380297fd3c2db69a45b63b29e070e7 (diff)
downloadupstream-eb639e54fcbe03d9fda99e2d3e60b2d53658bab5.tar.gz
upstream-eb639e54fcbe03d9fda99e2d3e60b2d53658bab5.tar.bz2
upstream-eb639e54fcbe03d9fda99e2d3e60b2d53658bab5.zip
ucode: update to latest Git HEAD
46d93c9 tests: fixup testcases 4c654df types: adjust double printing format eac2add compiler: fix bytecode for logical assignments of properties 3903b18 fs: add `realpath()` function 8366102 math: add isnan() function eef83d3 tests: relax sleep() test 394e901 lib: uc_json(): accept trailing whitespace when parsing strings 1867c8b uloop: terminate parent uloop in task child processes d2cc003 uci: auto-load package in `ctx.foreach()` and `ctx.get_first()` 6c5ee53 compiler: ensure that arrow functions with block bodies return no value fdc9b6a compiler: fix `??=`, `||=` and `&&=` logical assignment semantics 88dcca7 add cmake to install requires for debian Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit a4d67066e39bd93c7011c8e07b740a326e4e9803)
Diffstat (limited to 'package/utils')
-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 eccf4aab32..fafc449090 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-18
-PKG_SOURCE_VERSION:=00af065057a0e9c10ce6a6475acc47920790c2a9
-PKG_MIRROR_HASH:=58077503b6cabe70334fca8f33f0e443c60de31a1aaadef7079d5d103c547fe1
+PKG_SOURCE_DATE:=2022-12-02
+PKG_SOURCE_VERSION:=46d93c9cc5da6fce581df86159bd0fc4357de41c
+PKG_MIRROR_HASH:=970a47f1bef719f056d40d17398db492bd4de92b98ef9aba4582cb18b4c9b270
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=ISC