From: Eric Fahlgren Date: Sat, 7 Sep 2024 18:33:53 +0000 (-0700) Subject: owut: update to 2024.09.07 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3db4fff567c83f12aea6d8dea87b5e2b1be0616e;p=openwrt-packages.git owut: update to 2024.09.07 Bug fixes: efahl/owut@6564aa2 owut: handle non-JSON responses Enhancements: efahl/owut@e0a0c49 owut: add age to build time output efahl/owut@d811a24 examples: compress the manifest Signed-off-by: Eric Fahlgren --- diff --git a/utils/owut/Makefile b/utils/owut/Makefile index e029416eb..16afdde69 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owut -PKG_SOURCE_DATE:=2024-08-09 +PKG_SOURCE_DATE:=2024-09-07 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=8a6becd89d6f35737130686cd141d2054adddd1d +PKG_SOURCE_VERSION:=6564aa2aa6b3550c4abde73507ed590aa6184dd4 PKG_SOURCE_URL:=https://github.com/efahl/owut.git -PKG_MIRROR_HASH:=4522759ee8a0979ebe63320c251f344356ce1e793d0d71ec77ee948902bff879 +PKG_MIRROR_HASH:=16b6f0e19dd8d852e12d01d1286feec97a842513c3b4e2348e1c24b4b7a322df PKG_MAINTAINER:=Eric Fahlgren PKG_LICENSE:=GPL-2.0-only