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 2206f15e35f5..10818a61e126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=wchisp
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="WCH ISP Tool in Rust"
arch=('any')
@@ -16,7 +16,7 @@ backup=()
options=('!strip')
install=
source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/${pkgname}/${pkgname}-${pkgver}.crate")
-sha256sums=('c96092aa2bf55deeecfc68e36fb6c224926796a2ced395c0e293f2fe7c0d7a33')
+sha256sums=('67fe2c2e04eda814a29fe70a519da1c65b9567697ee6d28b7a5d168f91407f9b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/"