owut: update to 2025.05.12
Bug fixes: efahl/owut@8353c4e9e2 argparse: add a file path parser type efahl/owut@724c990d6c owut: avoid redirects on upstream queries Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
This commit is contained in:
parent
f21bc7f170
commit
444353f7ce
|
@ -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 <ericfahlgren@gmail.com>
|
||||
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))
|
||||
|
|
Loading…
Reference in New Issue