From fd489309ffa6b24827bde7bd6368240d1e0c0a90 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Thu, 9 Apr 2026 08:56:28 -0700 Subject: [PATCH] owut: update to 2026.04.09 Bug fixes: efahl/owut@e80489e641a5 owut: add proxy support via env vars efahl/owut@5d6760b59e4d owut: fix bug in response headers value Enhancements: efahl/owut@ceeccc93fe29 owut: handle no_proxy env var efahl/owut@34367e6e6298 owut: accessibility and readability Signed-off-by: Eric Fahlgren (cherry picked from commit e317276974b0deae889e83d9adfcc5e77986cca0) --- utils/owut/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/owut/Makefile b/utils/owut/Makefile index 2cca0a2df7..9bb27072b3 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owut -PKG_SOURCE_DATE:=2026-03-30 +PKG_SOURCE_DATE:=2026-04-09 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=670907a5081f30013b2cffaeb9af44d617cabc47 +PKG_SOURCE_VERSION:=5d6760b59e4d61c543245acdd96fe8d1f0165a48 PKG_SOURCE_URL:=https://github.com/efahl/owut.git -PKG_MIRROR_HASH:=b4373f71ee984547825c6768ea62fa268cd6e11495b00884aea06ea8067b48f9 +PKG_MIRROR_HASH:=f0e64683a9e974f64a3b1d64ede631d803ddd63fe49cefdec70b5fa14d15d251 PKG_MAINTAINER:=Eric Fahlgren PKG_LICENSE:=GPL-2.0-only