From da200dc770c4ed34dc458053a90c934c4ea7ad12 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 28 Jan 2024 13:24:39 +0100 Subject: [PATCH] bandwhich: 0.21.1 -> 0.22.2 --- bandwhich/.signature | 6 +++--- bandwhich/Pkgfile | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bandwhich/.signature b/bandwhich/.signature index d8cdb118f..db4fdb1df 100644 --- a/bandwhich/.signature +++ b/bandwhich/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36arqGBklR6kQdsoHt+0f/dzIPQ7ALNV4iXmqJAUDkjyTueGYt2hlRB2yUXpbUo6V1fb4qyCa5Ff1gPZCrt2AAw= -SHA256 (Pkgfile) = 3a572599cc23ba9a46e028504f7f275d48ba8790c63852674fb245575ff07484 +RWSagIOpLGJF39o3dgzCdYUuLbHNUV+gck+iYNUCE1JMYfp2PrGtQRRkgqAsPPf1zsSQ7uk2Mr7MgX7A02rFPYMnAxxvU2FqVgY= +SHA256 (Pkgfile) = ac43f6caf307cf795a8e6b862afa2ca202ef1b24bbccd4ca20174e3b472e1c38 SHA256 (.footprint) = 6401cd9abf02fe6a159364d1ef91be65b6485e68f661aa901dcda8d705cad968 -SHA256 (bandwhich-0.21.1.tar.gz) = 8ba9bf6469834ad498b9fd17f86759a16793b00a6ef44edd6e525ec40adcb0b0 +SHA256 (bandwhich-0.22.2.tar.gz) = 4c41719549e05dbaac1bc84828269e59b2f2032e76ae646da9b9e3b87e5a5fd1 diff --git a/bandwhich/Pkgfile b/bandwhich/Pkgfile index 37612eefd..8311d0ab3 100644 --- a/bandwhich/Pkgfile +++ b/bandwhich/Pkgfile @@ -4,7 +4,7 @@ # Depends on: rust name=bandwhich -version=0.21.1 +version=0.22.2 release=1 source=(https://github.com/imsnif/bandwhich/archive/v$version/$name-$version.tar.gz) @@ -16,5 +16,6 @@ build() { cargo build --release --manifest-path $name-$version/Cargo.toml install -Dt $PKG/usr/bin $name-$version/target/release/$name - install -Dm 755 $SRC/$name-$version/docs/bandwhich.1 $PKG/usr/share/man/man1/bandwhich.1 + find $name-$version/target/release/ -iname "bandwhich.1" \ + -exec install -Dm755 {} $PKG/usr/share/man/man1/bandwhich.1 \; }