diff options
author | b1ek | 2024-05-05 16:55:24 +1000 |
---|---|---|
committer | b1ek | 2024-05-05 16:55:24 +1000 |
commit | 393fb7d6fef8b03db968c4e45e8fff811c2772c6 (patch) | |
tree | e0b2231878b1d68155e5d0fccfc05019bb565688 | |
parent | fdf4524d78ca7e50c3a43ac1971adc831375b2f8 (diff) | |
download | aur-393fb7d6fef8b03db968c4e45e8fff811c2772c6.tar.gz |
bump to 0.1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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" |