summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66f66991c75e..4562eedf313e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: b1ek <me@blek.codes>
pkgname=hey-duck
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='Contact DuckDuckGo AI chat from your terminal'
url="https://git.blek.codes/blek/hey"
makedepends=('cargo' 'rust')
arch=('any')
-source=('https://git.blek.codes/blek/hey/archive/0.1.0.tar.gz')
-sha256sums=('c5268d0db86b73975665f3b5838505e3c83b7fde98cda321eae3f8ca1395c62f')
+source=('https://git.blek.codes/blek/hey/archive/0.1.1.tar.gz')
+sha256sums=('bcb07104aa3468c3d7c584fcfff026f4d7b8b52e40b03e977651862ff3555d79')
build() {
cd "$srcdir/hey"