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: dfcf0f3afc9d00dd2ba385c83fc9d8797044aef9

Message: 1.6.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index bf9d36d..99c2187 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.0
+pkgver = 1.6.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-1.6.0::https://github.com/aandrew-me/tgpt/releases/download/v1.6.0/tgpt-linux-amd64
-b2sums = 67401b9e2c4c63862dcad54d389ba2fcc7ee89b247587bdeb7af3ce43002b548b8b7b17c5e160aaac306aee0383a54cc87957f23144d16757ace8a3be4269405
+source = tgpt-1.6.3::https://github.com/aandrew-me/tgpt/releases/download/v1.6.3/tgpt-linux-amd64
+b2sums = 7a829d4daef45ba7635c1c6ae391aa66061621c869767c3f4bc72065f52e68723e4110d2d32a73dd90d02309bc14b643e304c07b392112ce201dd832e68d48a2
diff --git a/PKGBUILD b/PKGBUILD
index 56f3f04..568202d 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.0
+pkgver=1.6.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}")
-b2sums=('67401b9e2c4c63862dcad54d389ba2fcc7ee89b247587bdeb7af3ce43002b548b8b7b17c5e160aaac306aee0383a54cc87957f23144d16757ace8a3be4269405')
+b2sums=('7a829d4daef45ba7635c1c6ae391aa66061621c869767c3f4bc72065f52e68723e4110d2d32a73dd90d02309bc14b643e304c07b392112ce201dd832e68d48a2')
 
 package() {
     cd "$srcdir"