Skip to content

Commit

Permalink
bandwhich: update to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and leahneukirchen committed Sep 20, 2023
1 parent b21a528 commit c699298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 83 deletions.

This file was deleted.

21 changes: 6 additions & 15 deletions srcpkgs/bandwhich/template
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
# Template file for 'bandwhich'
pkgname=bandwhich
version=0.20.0
revision=2
version=0.21.0
revision=1
build_style=cargo
make_check_args="-- --skip tests::cases::ui::layout_under_50_width_under_50_height"
short_desc="Terminal bandwidth utilization tool"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/imsnif/bandwhich"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=4bbf05be32439049edd50bd1e4d5a2a95b0be8d36782e4100732f0cc9f19ba12
# cba for now
make_check=no

post_patch() {
# We're patching in Cargo.toml without patching in Cargo.lock, so the
# lockfile is out of date after patching. Aside of that, we need to
# update some transitive dependencies to fix the build (socket2,
# failure and linked-hash-map), which is also done by just regenerating
# Cargo.lock.
cargo generate-lockfile
}
changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"
distfiles="https://github.com/imsnif/bandwhich/archive/refs/tags/v${version}.tar.gz"
checksum=f9c50c340372593bf4c54fcf2608ef37c2c56a37367b2f430c27cce3ea947828

post_install() {
vlicense LICENSE.md
Expand Down

0 comments on commit c699298

Please sign in to comment.