summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b255dd0f0af..191d47fe39b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Parham Alvani <parham.alvani@gmail.com>
pkgname=mprocs
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Run multiple commands in parallel"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
conflicts=('mprocs-bin')
provides=('mprocs')
source=("https://github.com/pvolok/mprocs/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('cacf2504c2c3c5bed779d4518825aeaf056ee9f787e89ca24f47c79e2172bced')
+sha256sums=('25995ab61823e6af91811d2acdefdfcea18cd09cc5436d46de3ee4ca37aafb05')
makedepends=(rust)
build() {