summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey A.2023-12-26 17:46:39 +0300
committerSergey A.2023-12-26 17:46:39 +0300
commit9ac23591a5b1ad464710627444ad2cc87e9e7052 (patch)
tree497c77575d498f1c8be8ddf1dbe5679877fb33b4
parenta3e53f0b8982e1bd3c0df5f64524bff9862e412a (diff)
downloadaur-9ac23591a5b1ad464710627444ad2cc87e9e7052.tar.gz
0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 081a93073f53..af9aedc3104e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aichat
pkgdesc = Using ChatGPT/GPT-3.5/GPT-4 in the terminal
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/sigoden/aichat
arch = i686
@@ -12,7 +12,7 @@ pkgbase = aichat
depends = gcc-libs
conflicts = aichat-bin
conflicts = aichat-git
- source = aichat-0.11.0.tar.gz::https://github.com/sigoden/aichat/archive/v0.11.0.tar.gz
- sha256sums = 3f6eede4300048312bd16c1cda2299d179040e1a3b2a1c37fc908db4b40098a7
+ source = aichat-0.12.0.tar.gz::https://github.com/sigoden/aichat/archive/v0.12.0.tar.gz
+ sha256sums = 4713e650f0898b927c1d61f61c9b2871612956c416c8b45a3e213b69f7455996
pkgname = aichat
diff --git a/PKGBUILD b/PKGBUILD
index 09041173f27f..3d4e37c4a47a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintaner: Sergey A. <murlakatamenka@disroot.org>
pkgname=aichat
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Using ChatGPT/GPT-3.5/GPT-4 in the terminal"
arch=('i686' 'x86_64' 'aarch64')
@@ -11,7 +11,7 @@ depends=('gcc-libs')
makedepends=('cargo')
conflicts=('aichat-bin' 'aichat-git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3f6eede4300048312bd16c1cda2299d179040e1a3b2a1c37fc908db4b40098a7')
+sha256sums=('4713e650f0898b927c1d61f61c9b2871612956c416c8b45a3e213b69f7455996')
prepare() {