summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Heremans2020-03-02 10:19:12 +0100
committerJens Heremans2020-03-02 10:19:12 +0100
commitb8bb8d6d2820671d4a4ee35654a05f56e6060006 (patch)
treeb793d08f04091706002e33e2084058b15f83cdcc
parent0ee5c6be9017a4cc2366cef16f3481972a5da89c (diff)
downloadaur-b8bb8d6d2820671d4a4ee35654a05f56e6060006.tar.gz
Update to v0.9.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a8557dcf1ef..3328491e311c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = procs-bin
pkgdesc = A modern replacement for ps written in Rust
- pkgver = 0.9.12
+ pkgver = 0.9.16
pkgrel = 1
url = https://github.com/dalance/procs
arch = x86_64
license = MIT
provides = procs
conflicts = procs
- source = https://github.com/dalance/procs/releases/download/v0.9.12/procs-v0.9.12-x86_64-lnx.zip
- sha256sums = 6d5506fa344d4b3dd426f19f10d75e26329f67d59b4edb5d701ba629cc4a5818
+ source = https://github.com/dalance/procs/releases/download/v0.9.16/procs-v0.9.16-x86_64-lnx.zip
+ sha256sums = a4e21dbd89837fe0443ef99bfe9c6410c15cb1f8ac5351e2a10c844862bf3f16
pkgname = procs-bin
diff --git a/PKGBUILD b/PKGBUILD
index c30f92c1b831..c2fd18328507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jens Heremans <jensheremans[at]gmail[dot]com>
pkgname=procs-bin
-pkgver=0.9.12
+pkgver=0.9.16
pkgrel=1
pkgdesc="A modern replacement for ps written in Rust"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=("procs")
conflicts=("procs")
source=("https://github.com/dalance/procs/releases/download/v$pkgver/procs-v$pkgver-$arch-lnx.zip")
-sha256sums=('6d5506fa344d4b3dd426f19f10d75e26329f67d59b4edb5d701ba629cc4a5818')
+sha256sums=('a4e21dbd89837fe0443ef99bfe9c6410c15cb1f8ac5351e2a10c844862bf3f16')
package() {
install -Dm755 "procs" "$pkgdir/usr/bin/procs"