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

Message: 2.0.4

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f466593..e246fd6 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.3
+pkgver = 2.0.4
 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.3::https://github.com/aandrew-me/tgpt/releases/download/v2.0.3/tgpt-linux-amd64
-sha256sums = d7d41963b845f87bfa4d4e3d45b5e83c707dd881d71f1bc1a49d5d49aa621e06
+source = tgpt-2.0.4::https://github.com/aandrew-me/tgpt/releases/download/v2.0.4/tgpt-linux-amd64
+sha256sums = 8e25a2b0f9e645103d0665d23dacc3f3d6b3641dda7b0346edbcd82794eeea5f
diff --git a/PKGBUILD b/PKGBUILD
index efd5b2e..999f899 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.3
+pkgver=2.0.4
 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=('d7d41963b845f87bfa4d4e3d45b5e83c707dd881d71f1bc1a49d5d49aa621e06')
+sha256sums=('8e25a2b0f9e645103d0665d23dacc3f3d6b3641dda7b0346edbcd82794eeea5f')
 
 package() {
     cd "$srcdir"