makedeb


tgpt-bin 2.8.0-0


ChatGPT in terminal without needing API keys

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

Commit:


Hash: 15b2e9e4c45f8fc404251eb309e40dc846aede88

Message: 2.1.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c6e6611..d763ded 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.0.5
+pkgver = 2.1.0
 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.0.5::https://github.com/aandrew-me/tgpt/releases/download/v2.0.5/tgpt-linux-amd64
-sha256sums = 7f2d3c85108af027353e85e53a2a26697b54ac067d15b9e5648fbd1dc9c44ba3
+source = tgpt-2.1.0::https://github.com/aandrew-me/tgpt/releases/download/v2.1.0/tgpt-linux-amd64
+sha256sums = d698bdd52bc33a032b5687ef1b6133bbdf901b1756caecefb48629b202fc890e
diff --git a/PKGBUILD b/PKGBUILD
index e1daf60..f245978 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.0.5
+pkgver=2.1.0
 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=('7f2d3c85108af027353e85e53a2a26697b54ac067d15b9e5648fbd1dc9c44ba3')
+sha256sums=('d698bdd52bc33a032b5687ef1b6133bbdf901b1756caecefb48629b202fc890e')
 
 package() {
     cd "$srcdir"