From 1cd10c584e2c8543f40db5e17066e880e1063d9c Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Mon, 30 Mar 2026 04:41:04 -0700 Subject: [PATCH] owut: update to 2026.03.30 Bug fixes: efahl/owut@c243c697c723 owut: report only enabled branches and their data efahl/owut@f381ad78eca5 owut: handle true redirects Enhancements: efahl/owut@670907a5081f owut: modernize what provides lookups efahl/owut@98471fa15682 owut: fix color of status message Signed-off-by: Eric Fahlgren (cherry picked from commit 6021274e045465cdadd6715e82355b4435072a83) --- utils/owut/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/owut/Makefile b/utils/owut/Makefile index aeb1fffae0..2cca0a2df7 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owut -PKG_SOURCE_DATE:=2026-01-13 +PKG_SOURCE_DATE:=2026-03-30 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=2526d84be888d5c4bcc65e42fc03a7a8ac6276f1 +PKG_SOURCE_VERSION:=670907a5081f30013b2cffaeb9af44d617cabc47 PKG_SOURCE_URL:=https://github.com/efahl/owut.git -PKG_MIRROR_HASH:=1bebd070d64614f6c89567e29382fe0f8e15b5afebf21fa1bc724cb4a0a5bd69 +PKG_MIRROR_HASH:=b4373f71ee984547825c6768ea62fa268cd6e11495b00884aea06ea8067b48f9 PKG_MAINTAINER:=Eric Fahlgren PKG_LICENSE:=GPL-2.0-only