owut: update to 2024.10.11
authorEric Fahlgren <ericfahlgren@gmail.com>
Fri, 11 Oct 2024 22:14:16 +0000 (15:14 -0700)
committerTianling Shen <cnsztl@gmail.com>
Sat, 12 Oct 2024 10:29:17 +0000 (18:29 +0800)
Bug fixes:
    efahl/owut@f3f5c10 owut: retain full result from download response
    efahl/owut@c43712f owut: use exception handlers for failed json parsing

Enhancements:
    efahl/owut@e17c906 owut: add poll-interval option
    efahl/owut@7119199 owut: better error message output

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
utils/owut/Makefile

index 5893393e147b9b088487b84de03175a252269a7d..c5dddd2c5c56a27fa58f23ca24e077c90eecd934 100644 (file)
@@ -6,13 +6,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=owut
-PKG_SOURCE_DATE:=2024-09-28
+PKG_SOURCE_DATE:=2024-10-11
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=20d5afb7ccc906240d618c16b335888dda882fc4
+PKG_SOURCE_VERSION:=e17c906dc5f00cc0173cdeb8a25313a17e453866
 PKG_SOURCE_URL:=https://github.com/efahl/owut.git
-PKG_MIRROR_HASH:=d1becd2238eae96fd3dd4a61425395c2723c3ad06fc786d33a009f49653e8eb5
+PKG_MIRROR_HASH:=56b4dc31c08020abd54abd739c00375f84e9b7cf8ab2531bbaa1597e02e6128f
 
 PKG_MAINTAINER:=Eric Fahlgren <ericfahlgren@gmail.com>
 PKG_LICENSE:=GPL-2.0-only