From 54fbafe26fae39df230012ab07bdc2c359ea8822 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Fri, 2 Aug 2024 14:21:25 -0700 Subject: [PATCH] owut: update to 2024.07.31 Bug fixes: efahl/owut@e329cb9 owut: allow user to specify 'version_code' for build efahl/owut@fbafbf1 owut: improve image selection efahl/owut@6352b2c config: fix wrong directory in example Signed-off-by: Eric Fahlgren --- utils/owut/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/owut/Makefile b/utils/owut/Makefile index 24ea24695..38e4cf4fa 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owut -PKG_SOURCE_DATE:=2024-07-24 +PKG_SOURCE_DATE:=2024-07-31 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=d8af324ccad0c93f0d6a9fd1e72236e55d480a7c +PKG_SOURCE_VERSION:=e329cb9b8303ac102f1d398eb592a86c52e09a73 PKG_SOURCE_URL:=https://github.com/efahl/owut.git -PKG_MIRROR_HASH:=d823011603b91dd6f4daeb952a95b687fb5ed2666c0b1abea3204645548b751c +PKG_MIRROR_HASH:=d83398b4e19f4cf00991537d7bffa3a0d2e33d43e7d8e8275d50f251327c09da PKG_MAINTAINER:=Eric Fahlgren PKG_LICENSE:=GPL-2.0-only