summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasas1asas2002023-03-05 12:44:00 +0800
committerasas1asas2002023-03-05 12:44:00 +0800
commit2d0da2bf98d07094e23e2dd35eb3b271c8d91ee6 (patch)
tree8505fbc1d8a0e14054a1eec99bf2b31d07532e8e
parentc86ae68b242d2f7953d4ab4b47ba8c3749413643 (diff)
downloadaur-2d0da2bf98d07094e23e2dd35eb3b271c8d91ee6.tar.gz
v0.12.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa20b2ab5573..965db48a375e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chatgpt-desktop-bin
pkgdesc = ChatGPT Desktop Application (Mac, Windows and Linux)
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/lencx/ChatGPT
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = chatgpt-desktop-bin
depends = openssl-1.1
depends = webkit2gtk
depends = libayatana-appindicator
- provides = chatgpt-desktop=0.11.1
+ provides = chatgpt-desktop=0.12.0
conflicts = chatgpt-desktop
- noextract = chat-gpt_0.11.1_amd64.deb
- source = https://github.com/lencx/ChatGPT/releases/download/v0.11.1/ChatGPT_0.11.1_linux_x86_64.deb
- sha256sums = 07c9ec6aaf7f6555687b3c3624d320dfa58f591e4af3b4d932a85933e26bc779
+ noextract = chat-gpt_0.12.0_amd64.deb
+ source = https://github.com/lencx/ChatGPT/releases/download/v0.12.0/ChatGPT_0.12.0_linux_x86_64.deb
+ sha256sums = d8a0daa8b55823f81236f71dd1fa4eb5989fd6fb2392fa3bb0a2b023feaf8cef
pkgname = chatgpt-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b43566c2866..42f92937384d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: asas1asas200 <asas1asas200@gmail.com>
pkgname="chatgpt-desktop-bin"
-pkgver="0.11.1"
+pkgver="0.12.0"
pkgrel=1
pkgdesc="ChatGPT Desktop Application (Mac, Windows and Linux)"
arch=("x86_64")
@@ -14,7 +14,7 @@ provides=("chatgpt-desktop=${pkgver}")
conflicts=('chatgpt-desktop')
license=("Apache")
source=("https://github.com/lencx/ChatGPT/releases/download/v${pkgver}/ChatGPT_${pkgver}_linux_${arch}.deb")
-sha256sums=('07c9ec6aaf7f6555687b3c3624d320dfa58f591e4af3b4d932a85933e26bc779')
+sha256sums=('d8a0daa8b55823f81236f71dd1fa4eb5989fd6fb2392fa3bb0a2b023feaf8cef')
noextract=("chat-gpt_${pkgver}_amd64.deb")
prepare() {