1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

Merge pull request #424 from zthreefires/fix/cask_arch_bug

This commit is contained in:
lencx 2023-02-17 18:52:54 +08:00 committed by GitHub
commit 845fc3a3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
cask "chatgpt" do
version "0.11.0"
arch = Hardware::CPU.arch.to_s
arch = "aarch64" if arch == "arm64"
sha256s = {
"x86_64" => "5f8013bee34daa53be8612b751955f745e7af9ef85b3541eba304b45176b6d8a",
"aarch64" => "a5d914277d16827c5e3c641abd80c7978f78b8ccf36bf08661e1bc06efc6224e"