makedeb
ChatGPT in terminal without needing API keys
Click here to go back to the commit logs for tgpt-bin.
Hash: b15e822fcd1107275610d8e61b85da7948a5473e
Message: 2.7.3
diff --git a/.SRCINFO b/.SRCINFO
index 8977ca5..6472d07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = tgpt-bin
pkgbase = tgpt-bin
pkgdesc = ChatGPT in terminal without needing API keys
pkgrel = 0
-pkgver = 2.7.2
+pkgver = 2.7.3
url = https://github.com/aandrew-me/tgpt
arch = amd64
arch = arm64
@@ -12,5 +12,5 @@ conflicts = tgpt
conflicts = tgpt-git
license = GPL-3.0
provides = tgpt
-source = tgpt-2.7.2::https://github.com/aandrew-me/tgpt/releases/download/v2.7.2/tgpt-linux-amd64
-sha256sums = 34cc2f89f4214d4ccd86b6253d7fc6f63b5532d19b9abb75e5adbf7a5fc80a53
+source = tgpt-2.7.3::https://github.com/aandrew-me/tgpt/releases/download/v2.7.3/tgpt-linux-amd64
+sha256sums = 2d23406201b42c01ff1d7a9add89089cff40535adf0d585002fafcd39c34389a
diff --git a/PKGBUILD b/PKGBUILD
index 861a101..b8c6e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
# Contributor: George Woodall (AUR) <georgewoodall82@gmail.com>
pkgname=tgpt-bin
-pkgver=2.7.2
+pkgver=2.7.3
pkgrel=0
pkgdesc="ChatGPT in terminal without needing API keys"
arch=("amd64" "arm64" "i386")
@@ -10,7 +10,7 @@ license=('GPL-3.0')
conflicts=('tgpt' 'tgpt-git')
provides=('tgpt')
source=("tgpt-${pkgver}::https://github.com/aandrew-me/tgpt/releases/download/v${pkgver}/tgpt-linux-${MAKEDEB_DPKG_ARCHITECTURE}")
-sha256sums=('34cc2f89f4214d4ccd86b6253d7fc6f63b5532d19b9abb75e5adbf7a5fc80a53')
+sha256sums=('2d23406201b42c01ff1d7a9add89089cff40535adf0d585002fafcd39c34389a')
package() {
cd "$srcdir"