Hello ports@ I'd like to update the exfetch port to 1.7.2
No changes for us on OpenBSD. The only code change was fixing Solus Linux's package count calculation. Just want to keep this updated to match other packager's versions on different systems. Thanks! Diff is attached. -- iz (she/her) > I say mundane things > so the uninteresting > just might get noticed. izder456 (dot) neocities (dot) org
diff --git a/sysutils/exfetch/Makefile b/sysutils/exfetch/Makefile index 1c2972f07..25ae69af7 100644 --- a/sysutils/exfetch/Makefile +++ b/sysutils/exfetch/Makefile @@ -1,6 +1,6 @@ COMMENT = shell-extensible fetching program -DIST_TUPLE += codeberg izder456 exfetch 1.7.1 . +DIST_TUPLE += codeberg izder456 exfetch 1.7.2 . DIST_TUPLE += github schovi baked_file_system \ f4f658812c5b8b404437d8cf34b72a0eb5fe7701 \ lib/baked_file_system diff --git a/sysutils/exfetch/distinfo b/sysutils/exfetch/distinfo index 80752801a..5156f324e 100644 --- a/sysutils/exfetch/distinfo +++ b/sysutils/exfetch/distinfo @@ -1,6 +1,6 @@ SHA256 (KaneRoot-pledge.cr-602a6e6f395a6ebb5aeae948ee8595407bae4e73.tar.gz) = e1pTNXpiGXUAegoHOhXsBJcldHvgzenC8c7/pDvHTP8= -SHA256 (izder456-exfetch-1.7.1.tar.gz) = 2J25SC2rZ7xjdsuVU9mneLf2p/PNhIk6csoHO6UT8do= +SHA256 (izder456-exfetch-1.7.2.tar.gz) = xIFmFqssshpWPIMbMMrCQ0lFlTUDw9qaVqaHqA8CWFw= SHA256 (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = tTPwhaL4SoA31VcKAO5Gj6WSUmMTbAaBgGoCQU6Cj8w= SIZE (KaneRoot-pledge.cr-602a6e6f395a6ebb5aeae948ee8595407bae4e73.tar.gz) = 4417 -SIZE (izder456-exfetch-1.7.1.tar.gz) = 27315 +SIZE (izder456-exfetch-1.7.2.tar.gz) = 27481 SIZE (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = 56332
