owut: update to 2024.07.14
authorEric Fahlgren <ericfahlgren@gmail.com>
Sun, 14 Jul 2024 18:29:06 +0000 (11:29 -0700)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 14 Jul 2024 20:09:27 +0000 (21:09 +0100)
- 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 <ericfahlgren@gmail.com>
utils/owut/Makefile

index 53e1c0ec14212243ad80532a7d489b8817b719e5..8c4e29dbf2a49937344ca76490a886af7ac17d40 100644 (file)
@@ -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 <ericfahlgren@gmail.com>
 PKG_LICENSE:=GPL-2.0-only