Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpytop: update to 1.0.62. #28890

Merged
merged 1 commit into from Feb 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/bpytop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'bpytop'
pkgname=bpytop
version=1.0.61
version=1.0.62
revision=1
build_style=gnu-makefile
depends="python3-psutil"
Expand All @@ -9,7 +9,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/aristocratos/bpytop"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=01bc712df11cb7022fff510e118130f4834c3dcd1f85267ada9c50a30af5919b
checksum=a8e731dfb70d2fad3202e124d815c68dca327ebeebc5c30292964fd737e7cd41

pre_configure() {
vsed -e '/^update_check/s/\$update_check/false/' -i bpytop.py
Expand Down