From 3ab468be20c6c385ce06403bf1ff952a4de03565 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Fri, 11 Oct 2024 15:14:16 -0700 Subject: [PATCH] owut: update to 2024.10.11 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 --- utils/owut/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/owut/Makefile b/utils/owut/Makefile index 5893393e14..c5dddd2c5c 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -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 PKG_LICENSE:=GPL-2.0-only -- 2.30.2