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

Message: 1.5.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5fe0689..b07df6c 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.5.0
+pkgver = 1.5.2
 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.5.0::https://github.com/aandrew-me/tgpt/releases/download/v1.5.0/tgpt-linux-amd64
-b2sums = 97a36a8216f8ef55c7d78c09b932fcc0d2ae5a3da66869968f4187c6c7fad7962fcc97ec9a4ae58fc22f4463f68f652e1bf8bcb7a5ece472c7ef00cc62e2c88d
+source = tgpt-1.5.2::https://github.com/aandrew-me/tgpt/releases/download/v1.5.2/tgpt-linux-amd64
+b2sums = d424fcabed216f5141b27e54f40463c2d1fa42e9f2a7d44f3c9c7c40d7ac055199e1afded220de5a052fb39bc98491874927dc3ef4b6d90c0487699ed7257c32
diff --git a/PKGBUILD b/PKGBUILD
index 87a2198..2d9b4b5 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.5.0
+pkgver=1.5.2
 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=('97a36a8216f8ef55c7d78c09b932fcc0d2ae5a3da66869968f4187c6c7fad7962fcc97ec9a4ae58fc22f4463f68f652e1bf8bcb7a5ece472c7ef00cc62e2c88d')
+b2sums=('d424fcabed216f5141b27e54f40463c2d1fa42e9f2a7d44f3c9c7c40d7ac055199e1afded220de5a052fb39bc98491874927dc3ef4b6d90c0487699ed7257c32')
 
 package() {
     cd "$srcdir"