makedeb
ChatGPT in terminal without needing API keys
Click here to go back to the commit logs for tgpt-bin.
Hash: 197e44c009eb2a18b970aef54d65e675fc6db340
Message: useful commit message
diff --git a/.SRCINFO b/.SRCINFO
index a06173f..ea8d0d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tgpt-bin
pkgdesc = ChatGPT in terminal without needing API keys
- pkgver = 1.2.0
- pkgrel = 3
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/aandrew-me/tgpt
arch = x86_64
arch = aarch64
@@ -10,7 +10,7 @@ pkgbase = tgpt-bin
license = GPL-3.0
conflicts = tgpt
conflicts = tgpt-git
- source = https://github.com/aandrew-me/tgpt/releases/download/v1.2.0/tgpt-linux-amd64
+ source = https://github.com/aandrew-me/tgpt/releases/download/v1.2.1/tgpt-linux-amd64
md5sums = SKIP
pkgname = tgpt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9d42cec..22566a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Woodall <georgewoodall82@gmail.com>
pkgname=tgpt-bin
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
pkgdesc="ChatGPT in terminal without needing API keys"
arch=("x86_64" "aarch64" "i386" "i686")
url="https://github.com/aandrew-me/tgpt"