diff --git a/srcpkgs/gping/patches/fix-for-rust174.patch b/srcpkgs/gping/patches/fix-for-rust174.patch deleted file mode 100644 index 439288051cb..00000000000 --- a/srcpkgs/gping/patches/fix-for-rust174.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 7ad129c979b48cbea8b1c64ddf37e71da7f00d13 Mon Sep 17 00:00:00 2001 -From: Twan Stok -Date: Tue, 7 Nov 2023 20:57:53 +0100 -Subject: [PATCH] fixed reference typing issue - ---- - gping/src/main.rs | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/gping/src/main.rs b/gping/src/main.rs -index f20ab104..2a41af7a 100644 ---- a/gping/src/main.rs -+++ b/gping/src/main.rs -@@ -487,8 +487,7 @@ fn main() -> Result<()> { - iter::repeat(Constraint::Length(1)) - .take(app.data.len()) - .chain(iter::once(Constraint::Percentage(10))) -- .collect::>() -- .as_ref(), -+ .collect::>(), - ) - .split(f.size()); diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template index 9fe351a07d4..06a5e546034 100644 --- a/srcpkgs/gping/template +++ b/srcpkgs/gping/template @@ -1,6 +1,6 @@ # Template file for 'gping' pkgname=gping -version=1.15.1 +version=1.16.0 revision=1 build_style=cargo make_install_args="--path gping" @@ -10,7 +10,7 @@ maintainer="icp " license="MIT" homepage="https://crates.io/crates/gping" distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz" -checksum=bd7400c2e20f6bd547de2125c36a370fefab04ee5bf9ad60d38619ecf2114f5b +checksum=2e9642dbcb2ba69c4cfe0a1cd9218fbffca741c776c7dc864c0d6dc5550330ab post_install() { vlicense LICENSE