summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAttenuation2019-02-14 20:14:33 +0800
committerAttenuation2019-02-14 20:14:33 +0800
commit00e493371c287db4b21aece02783dbac3a0edac3 (patch)
tree0bdec8b7f982ebd2527c5151191cbfede1799acb
parent13219f930097b437764a7ba2715620f1180e0837 (diff)
downloadaur-00e493371c287db4b21aece02783dbac3a0edac3.tar.gz
update v0.4.5
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5872115261..74604b028e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Attenuation <ouyangjun1999@gmail.com>
pkgname=procs
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc='A modern replacement for ps written by Rust '
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('rust')
depends=()
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('362900043c4d5253bd10a8ba8b4ae5de99fc469979237a7ef10892678702bef6')
+sha256sums=('07e722daa3ee81edbb3d850ed75bbe19bd19a4675e184e45e1c0d14e20fa6cac')
build() {
cd "$pkgname-$pkgver"