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

Message: 1.6.7

Diff


diff --git a/.SRCINFO b/.SRCINFO
index bcccb9e..2d22fcb 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.5
+pkgver = 1.6.7
 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.5::https://github.com/aandrew-me/tgpt/releases/download/v1.6.5/tgpt-linux-amd64
-b2sums = 6c1af8f293a6cbe395baf2a73bcc9176afd0450f008ca823666f472b5319dd8a5a171b7d2ab3f4261ff9eb095e6e4204f23217364cb846a261097349bfd45b78
+source = tgpt-1.6.7::https://github.com/aandrew-me/tgpt/releases/download/v1.6.7/tgpt-linux-amd64
+b2sums = 46bf1d53e7581ffbcd12aa533e74a821755566da2234ff9416bb2a25d0b92a25e2625bedb249aadcb33736d3f09f5686882e7c83132389351e0aa50cc0f9cfa4
diff --git a/PKGBUILD b/PKGBUILD
index 12f0af1..1fd3769 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.5
+pkgver=1.6.7
 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=('6c1af8f293a6cbe395baf2a73bcc9176afd0450f008ca823666f472b5319dd8a5a171b7d2ab3f4261ff9eb095e6e4204f23217364cb846a261097349bfd45b78')
+b2sums=('46bf1d53e7581ffbcd12aa533e74a821755566da2234ff9416bb2a25d0b92a25e2625bedb249aadcb33736d3f09f5686882e7c83132389351e0aa50cc0f9cfa4')
 
 package() {
     cd "$srcdir"