From 3bca11094b2484be3a148a98f0565e5f6f91c0ed Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 7 Aug 2023 13:27:54 +0200 Subject: [PATCH] peshming: fix checksum --- srcpkgs/peshming/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/peshming/template b/srcpkgs/peshming/template index d6b7bb3b3a35c..8296b7b34712f 100644 --- a/srcpkgs/peshming/template +++ b/srcpkgs/peshming/template @@ -1,7 +1,7 @@ # Template file for 'peshming' pkgname=peshming version=0.5.1 -revision=1 +revision=2 build_style=cargo depends="libcap-progs" short_desc="Prometheus exporter for background icmp pings" @@ -9,7 +9,7 @@ maintainer="Jan Christian Grünhage " license="AGPL-3.0-only" homepage="https://git.jcg.re/jcgruenhage/peshming" distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz" -checksum=b7b2999dbb75eb8915244cd7959a8f38f3e00f7f6e38f6c406a4d5e44aa372b4 +checksum=887ef53f4523cc1370f37c71244ecd1c654a2b02516b33d6e4f4f69345947bba case "$XBPS_TARGET_MACHINE" in ppc64*) ;;