summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2020-07-07 17:19:03 +1000
committerWesley Moore2020-07-07 17:19:03 +1000
commit2e2beac839024abad72563734ee5e660569148b7 (patch)
treee80b2caed1ad040c37bd2846d68b7e64ddeb529a
parent00f2d7425eeae3096c0c6586f4e91c236b66ea99 (diff)
downloadaur-2e2beac839024abad72563734ee5e660569148b7.tar.gz
Update to 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6706783778f3..165ce5f11b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zenith-bin
pkgdesc = Terminal system monitor with histograms, written in Rust
- pkgver = 0.9.2
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/bvaisvil/zenith
arch = x86_64
license = MIT
provides = zenith
conflicts = zenith
- source = zenith-bin-0.9.2.tar.gz::https://github.com/bvaisvil/zenith/releases/download/0.9.2/zenith.linux.tgz
- md5sums = eb7568bb1fdb8a1d83e93360e89dff7e
+ source = zenith-bin-0.10.0.tar.gz::https://github.com/bvaisvil/zenith/releases/download/0.10.0/zenith.x86_64-unknown-linux-musl.tgz
+ md5sums = 4973954ebb4e3612e25e19cb03b564c5
pkgname = zenith-bin
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"