makedeb


tgpt-bin 2.8.1-0


ChatGPT in terminal without needing API keys

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

Commit:


Hash: bf9723b0e3bcf6491eecee1340a23a2612395be2

Message: 2.2.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d716e34..9a0110e 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.2.0
+pkgver = 2.2.1
 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.2.0::https://github.com/aandrew-me/tgpt/releases/download/v2.2.0/tgpt-linux-amd64
-sha256sums = 65a48325a287c55002e1921b91bc5bc4d00c375e7cb0b177c30929eb6705737d
+source = tgpt-2.2.1::https://github.com/aandrew-me/tgpt/releases/download/v2.2.1/tgpt-linux-amd64
+sha256sums = b7e034a6c07cf64e23e5ca7c3e00ea68123daf26952a680155bf88823ba0ce65
diff --git a/PKGBUILD b/PKGBUILD
index 924561f..ccaf3d2 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.2.0
+pkgver=2.2.1
 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=('65a48325a287c55002e1921b91bc5bc4d00c375e7cb0b177c30929eb6705737d')
+sha256sums=('b7e034a6c07cf64e23e5ca7c3e00ea68123daf26952a680155bf88823ba0ce65')
 
 package() {
     cd "$srcdir"