mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
Update chatgpt.rb
1. Support version 0.11.0 2. Compatible with aarch64
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
cask "chatgpt" do
|
cask "chatgpt" do
|
||||||
version "0.10.3"
|
version "0.11.0"
|
||||||
sha256 "f44838a80844999191a303684fd7ae1811dd2fae6709aebe8bff23c70f9b8a10"
|
arch = Hardware::CPU.arch.to_s
|
||||||
|
sha256s = {
|
||||||
|
"x86_64" => "5f8013bee34daa53be8612b751955f745e7af9ef85b3541eba304b45176b6d8a",
|
||||||
|
"aarch64" => "a5d914277d16827c5e3c641abd80c7978f78b8ccf36bf08661e1bc06efc6224e"
|
||||||
|
}
|
||||||
|
|
||||||
|
url "https://github.com/lencx/ChatGPT/releases/download/v#{version}/ChatGPT_#{version}_macos_#{arch}.dmg"
|
||||||
|
sha256 sha256s[arch]
|
||||||
|
|
||||||
url "https://github.com/lencx/ChatGPT/releases/download/v#{version}/ChatGPT_#{version}_macos_x86_64.dmg"
|
|
||||||
name "ChatGPT"
|
name "ChatGPT"
|
||||||
desc "Desktop wrapper for OpenAI ChatGPT"
|
desc "Desktop wrapper for OpenAI ChatGPT"
|
||||||
homepage "https://github.com/lencx/ChatGPT#readme"
|
homepage "https://github.com/lencx/ChatGPT#readme"
|
||||||
|
|||||||
Reference in New Issue
Block a user