summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb1ek2024-05-05 16:55:24 +1000
committerb1ek2024-05-05 16:55:24 +1000
commit393fb7d6fef8b03db968c4e45e8fff811c2772c6 (patch)
treee0b2231878b1d68155e5d0fccfc05019bb565688
parentfdf4524d78ca7e50c3a43ac1971adc831375b2f8 (diff)
downloadaur-393fb7d6fef8b03db968c4e45e8fff811c2772c6.tar.gz
bump to 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe4985c2564d..a88040374a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase=hey-duck
pkgdesc = Contact DuckDuckGo AI chat from your terminal
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://git.blek.codes/blek/hey
arch = any
license = GPL3-only
makedepends = rust
makedepends = cargo
- 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
pkgname=hey-duck
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"