summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a0529c604a4..41d4388247e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=zenith-bin
-pkgver=0.9.2
+pkgver=0.10.0
pkgrel=1
pkgdesc="Terminal system monitor with histograms, written in Rust"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/bvaisvil/zenith"
license=('MIT')
provides=('zenith')
conflicts=('zenith')
-source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/zenith.linux.tgz")
-md5sums=('eb7568bb1fdb8a1d83e93360e89dff7e')
+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/zenith.x86_64-unknown-linux-musl.tgz")
+md5sums=('4973954ebb4e3612e25e19cb03b564c5')
package() {
install -Dm 755 "zenith" "$pkgdir/usr/bin/zenith"