From: Eric Fahlgren Date: Sat, 25 Jan 2025 23:25:02 +0000 (-0800) Subject: owut: update to 2025.01.25 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=73fb1c4b38467c8698cccf9dcb2c6398e382e18a;p=feed%2Fpackages.git owut: update to 2025.01.25 Bug fixes: efahl/owut@2bf45d5 owut: exit immediately on ctrl-c efahl/owut@a95d383 owut: fix processing of device defaults efahl/owut@cd63564 owut: disallow --rootfs-size changes on some platforms Enhancements: efahl/owut@eaca182 owut: minor code cleanup in sha256 calculator efahl/owut@2b65aa7 owut: improve messaging efahl/owut@d687824 git: define file attributes Signed-off-by: Eric Fahlgren --- diff --git a/utils/owut/Makefile b/utils/owut/Makefile index 29c94e14a9..41a9bf0640 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owut -PKG_SOURCE_DATE:=2025-01-06 +PKG_SOURCE_DATE:=2025-01-25 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=e623a9007177a5ec7a8bced2a6656505665df477 +PKG_SOURCE_VERSION:=2bf45d5003056e45c3089fe9a715873c6efe96aa PKG_SOURCE_URL:=https://github.com/efahl/owut.git -PKG_MIRROR_HASH:=e2b0e8ea1a7e20951b028bf199096bc1091ee427020ce3495be275d0e84275de +PKG_MIRROR_HASH:=b7616b739923221c853771d8c97537e9567f7e8c15cb97fbc12409250db11c6b PKG_MAINTAINER:=Eric Fahlgren PKG_LICENSE:=GPL-2.0-only