summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaxibami2023-12-12 10:47:13 +0900
committerhaxibami2023-12-12 10:47:13 +0900
commitd68fbee6cd95677058699b6d5d06240423399645 (patch)
tree509e573fe2dfb41d695b40aa7c79fba2c6ded986 /PKGBUILD
parentb31d759bd8d3f9ec466f219ca19be9c81c581137 (diff)
downloadaur-d68fbee6cd95677058699b6d5d06240423399645.tar.gz
1.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c37798267725..d014ddbf3756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: haxibami <contact at haxibami dot net>
pkgname=pipes-rs
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc="An over-engineered rewrite of pipes.sh in Rust"
arch=('any')
@@ -11,9 +11,7 @@ makedepends=('cargo')
source=(
"https://github.com/lhvy/pipes-rs/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=(
- '93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638'
-)
+sha256sums=('0b5edd33fe78ed65d54161fdc0a65fd6f9ca1637f555533b3b6d3392cd58dba7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"