From: Eric Fahlgren Date: Sun, 14 Jul 2024 18:29:06 +0000 (-0700) Subject: owut: update to 2024.07.14 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=21a2936458ac705647a50128e621de271d8b2904;p=openwrt-packages.git owut: update to 2024.07.14 - bugs https://github.com/efahl/owut/commit/980156399e623e7df304c0e74ad557c2dd07d651 properly handle 'package_changes' entries with build breakages https://github.com/efahl/owut/commit/119c7194b7468549b19a68c0509d632d789c2717 deal with stdout being chopped off when output is piped https://github.com/efahl/owut/commit/75faac216707062bdbc1168dc3087b22eccef493 fix ordering of '-rcN' version numbers - issues https://github.com/efahl/owut/commit/0aefe77e47d4b88fc4ae7ee516a380e64b64d6c1 warn and stop on package downgrades - enhancements https://github.com/efahl/owut/commit/a23ea2c1ef2987d4bfd49cd0247cf9128963f146 report file download rates in verbose output https://github.com/efahl/owut/commit/112afd07a5515b705939e52323bcac0f776f6487 report broken packages when using 'list' or 'blob' Signed-off-by: Eric Fahlgren --- diff --git a/utils/owut/Makefile b/utils/owut/Makefile index 53e1c0ec1..8c4e29dbf 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-01 +PKG_SOURCE_DATE:=2024-07-14 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=189b27210ff32ac0a75c92fb0501d6674786d0fb +PKG_SOURCE_VERSION:=75faac216707062bdbc1168dc3087b22eccef493 PKG_SOURCE_URL:=https://github.com/efahl/owut.git -PKG_MIRROR_HASH:=d9065d8063d527d76c928c6670a17171cfe5d8dd479f873bf17c220e2ada1b2a +PKG_MIRROR_HASH:=e22035f4bc03c3c9d54cf08b5db29787b009cd186ed82f0b97d5f0c7b412318c PKG_MAINTAINER:=Eric Fahlgren PKG_LICENSE:=GPL-2.0-only