summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea416478161b..fe7da17579b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=crabz-bin
-pkgver=0.8.1
+pkgver=0.10.0
pkgrel=1
pkgdesc="Like pigz, but in Rust"
arch=('x86_64')
@@ -10,9 +10,8 @@ license=('MIT')
provides=('crabz')
conflicts=('crabz')
source=("crabz-${pkgver}::${url}/releases/download/v${pkgver}/crabz-linux-amd64")
-sha256sums=('c6848c121ad4dd71c33f9b572e19cb24bc1ea122363ee4fcf7376ea7b32464d0')
+sha256sums=('01fa3e853a20109130180ee7d4e1bff047f0c710bbfa4de7a0904bf49af4886c')
package() {
install -D -m755 "crabz-$pkgver" "$pkgdir/usr/bin/crabz"
}
-