makedeb


tgpt-bin 2.8.2-0


ChatGPT in terminal without needing API keys

Click here to go back to the commit logs for tgpt-bin.

Commit:


Hash: e19c735ebf126d4c8b87fe0d5ebe51e2128020a7

Message: 1.6.5

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 99c2187..bcccb9e 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 = 1.6.3
+pkgver = 1.6.5
 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-1.6.3::https://github.com/aandrew-me/tgpt/releases/download/v1.6.3/tgpt-linux-amd64
-b2sums = 7a829d4daef45ba7635c1c6ae391aa66061621c869767c3f4bc72065f52e68723e4110d2d32a73dd90d02309bc14b643e304c07b392112ce201dd832e68d48a2
+source = tgpt-1.6.5::https://github.com/aandrew-me/tgpt/releases/download/v1.6.5/tgpt-linux-amd64
+b2sums = 6c1af8f293a6cbe395baf2a73bcc9176afd0450f008ca823666f472b5319dd8a5a171b7d2ab3f4261ff9eb095e6e4204f23217364cb846a261097349bfd45b78
diff --git a/PKGBUILD b/PKGBUILD
index 568202d..12f0af1 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=1.6.3
+pkgver=1.6.5
 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}")
-b2sums=('7a829d4daef45ba7635c1c6ae391aa66061621c869767c3f4bc72065f52e68723e4110d2d32a73dd90d02309bc14b643e304c07b392112ce201dd832e68d48a2')
+b2sums=('6c1af8f293a6cbe395baf2a73bcc9176afd0450f008ca823666f472b5319dd8a5a171b7d2ab3f4261ff9eb095e6e4204f23217364cb846a261097349bfd45b78')
 
 package() {
     cd "$srcdir"