bottom: update to 0.4.3
This commit is contained in:
parent
47751bc49d
commit
f1ad5bf856
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'bottom'
|
# Template file for 'bottom'
|
||||||
pkgname=bottom
|
pkgname=bottom
|
||||||
version=0.2.2
|
version=0.4.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Yet another cross-platform graphical process/system monitor"
|
short_desc="Yet another cross-platform graphical process/system monitor"
|
||||||
maintainer="Neel Chotai <neel@chot.ai>"
|
maintainer="Neel Chotai <neel@chot.ai>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ClementTsang/bottom"
|
homepage="https://github.com/ClementTsang/bottom"
|
||||||
distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
|
distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
|
||||||
checksum=6706f9173beac1fa624be93b6e0d0549f0adbb69e87970ca49fa3f0e5f53241d
|
checksum=8b8c4f03bf761932f89ef90296eebdfca4d94e70c36b25e1a9e43c33f2a36e17
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64) broken="https://api.travis-ci.org/v3/job/655747606/log.txt";;
|
aarch64) broken="https://api.travis-ci.org/v3/job/694083880/log.txt";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue