zenith: 0.13.0 -> 0.13.1

This commit is contained in:
Tim Biermann 2022-05-31 23:01:49 +02:00
parent 0ff3f9e47a
commit 5944f312d1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yroOtCPDoITefKS37Cp5uqMj88/iKj89M+F3ioculHh5w8PKC7sG3i0MoaMtp0Wi6Y/NL3cINcSE0Luy4u4QAA=
SHA256 (Pkgfile) = 4b9672ed34c61698c73a711b78bbf38c4abe3f3df182dcee19de74c9823dedce
RWSagIOpLGJF39gNzipWOW9Y1BPK4u1/gL5LcrHY+ruBYn0wlM5Jo58ooQuUV8SW3sK5rSIqYXTY4QP3GYpgadNn8HazzHhrrw0=
SHA256 (Pkgfile) = d2e816c055fc6ff4e6ba4e9255a253fc3a2884f25852232925c2f33dd421c251
SHA256 (.footprint) = f181f104338754eab73c44388e38839390b832e106fb08b80f45266eaef3ca07
SHA256 (zenith-0.13.0.tar.gz) = e3f914e5effb842f5931b5b8310e05e90a40f6aff7384b54a9f18a73ba567032
SHA256 (zenith-0.13.1.tar.gz) = 1f2914a1ddd7dd76cca0e0c07ca77bd048addfd80fc6329ea7b83647ea66020a

View File

@ -1,11 +1,11 @@
# Description: Terminal system monitor with histograms
# URL: https://github.com/bvaisvil/zenith
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: rust
# Depends on: clang rust
# Optional: nvidia
name=zenith
version=0.13.0
version=0.13.1
release=1
source=(https://github.com/bvaisvil/zenith/archive/$version/$name-$version.tar.gz)
@ -18,8 +18,6 @@ build() {
prt-get isinst nvidia && PKGMK_ZENITH+=' --features nvidia'
prt-get isinst nvidia-sl && PKGMK_ZENITH+=' --features nvidia'
cargo update
cargo fetch
cargo build --release --locked ${PKGMK_ZENITH}
cargo build --release ${PKGMK_ZENITH}
install -Dt $PKG/usr/bin target/release/zenith
}