owut: update to 2025.05.12
authorEric Fahlgren <[email protected]>
Mon, 12 May 2025 18:37:23 +0000 (11:37 -0700)
committerRobert Marko <[email protected]>
Sun, 18 May 2025 08:55:14 +0000 (10:55 +0200)
Bug fixes:
    efahl/owut@8353c4e9e255 argparse: add a file path parser type
    efahl/owut@724c990d6cc0 owut: avoid redirects on upstream queries

Signed-off-by: Eric Fahlgren <[email protected]>
utils/owut/Makefile

index c117993cf966ad81c8defde10d2c0711159c7e18..0935b738cb5efd0ee65205b3714c35a0236430ed 100644 (file)
@@ -6,13 +6,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=owut
-PKG_SOURCE_DATE:=2025-04-08
+PKG_SOURCE_DATE:=2025-05-12
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=ef2bfb4d4cb561c499600f6a0cb017b8c762eed5
+PKG_SOURCE_VERSION:=8353c4e9e2557509be7226c1d06c3b4d679aa3d0
 PKG_SOURCE_URL:=https://github.com/efahl/owut.git
-PKG_MIRROR_HASH:=24ee8a1067003c15c4e06db3d6182cfde873df1c60baf7803bf4b756df3f4029
+PKG_MIRROR_HASH:=3406d663c350e94da085a9dc689c89faa996de97e53c8704c9a71e7c98ffe080
 
 PKG_MAINTAINER:=Eric Fahlgren <[email protected]>
 PKG_LICENSE:=GPL-2.0-only
@@ -65,6 +65,7 @@ define Package/owut/install
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/files/owut $(1)/usr/bin
 
        sed -i -e "s/%%VERSION%%/$(PKG_VERSION)-r$(PKG_RELEASE)/" $(1)/usr/bin/owut
+       sed -i -e "s/%%VERSION%%/$(PKG_VERSION)-r$(PKG_RELEASE)/" $(1)/usr/share/ucode/utils/argparse.uc
 endef
 
 $(eval $(call BuildPackage,owut))