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: 02a9d210282e4a396dc1bd11b66a47086b68cce7

Message: 1.4.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 60cdf2b..e123143 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.4.1
+pkgver = 1.4.3
 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.4.1::https://github.com/aandrew-me/tgpt/releases/download/v1.4.1/tgpt-linux-amd64
-b2sums = f4b3ab3809445da943307e1467d88a30023bc4a541cc2adec0fdeb90c3eedbf0986ae0b32b988dc2158729a669e90bf03849809645bed7b62beb8d74f0586e47
+source = tgpt-1.4.3::https://github.com/aandrew-me/tgpt/releases/download/v1.4.3/tgpt-linux-amd64
+b2sums = de37372e6f700f88dac63c45005c5c31c03bfae70fffdd0e82e7e6896c3e4cdd829d4149e6e075f488326cffbb1de81cf72abcf81db0d0c1b5e9a002c0b14e51
diff --git a/PKGBUILD b/PKGBUILD
index 4cd46af..e65efc8 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.4.1
+pkgver=1.4.3
 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=('f4b3ab3809445da943307e1467d88a30023bc4a541cc2adec0fdeb90c3eedbf0986ae0b32b988dc2158729a669e90bf03849809645bed7b62beb8d74f0586e47')
+b2sums=('de37372e6f700f88dac63c45005c5c31c03bfae70fffdd0e82e7e6896c3e4cdd829d4149e6e075f488326cffbb1de81cf72abcf81db0d0c1b5e9a002c0b14e51')
 
 package() {
     cd "$srcdir"