summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorb1ek2024-05-05 16:55:24 +1000
committerb1ek2024-05-05 16:55:24 +1000
commit393fb7d6fef8b03db968c4e45e8fff811c2772c6 (patch)
treee0b2231878b1d68155e5d0fccfc05019bb565688 /PKGBUILD
parentfdf4524d78ca7e50c3a43ac1971adc831375b2f8 (diff)
downloadaur-hey-duck.tar.gz
bump to 0.1.1
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"