makedeb


tgpt-bin 2.8.2-0


ChatGPT in terminal without needing API keys

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

Commit:


Hash: 811df4171ed5b18872fd3ea5aaed642a29c66912

Message: 1.10.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 407c31f..7bf3113 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.9.2
+pkgver = 1.10.0
 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.9.2::https://github.com/aandrew-me/tgpt/releases/download/v1.9.2/tgpt-linux-amd64
-b2sums = 803e87df7a707286f58d78e97b58d73d43c554001b06ac6f2cf806bf723717e55a8dcddbcbd45cf4e99dd58af8b17bddd92377ece0bae4e93cbf0c27b1b71e4b
+source = tgpt-1.10.0::https://github.com/aandrew-me/tgpt/releases/download/v1.10.0/tgpt-linux-amd64
+sha256sums = 55a47259800ef210cd0d58a2c74433c44fe175e0e972ecb975df80943ccdc530
diff --git a/PKGBUILD b/PKGBUILD
index 8483418..74ca762 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.9.2
+pkgver=1.10.0
 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=('803e87df7a707286f58d78e97b58d73d43c554001b06ac6f2cf806bf723717e55a8dcddbcbd45cf4e99dd58af8b17bddd92377ece0bae4e93cbf0c27b1b71e4b')
+sha256sums=('55a47259800ef210cd0d58a2c74433c44fe175e0e972ecb975df80943ccdc530')
 
 package() {
     cd "$srcdir"