Update appflowy.rb to support Mac with Apple Silicon

Use Universal build instead of x86_64
This commit is contained in:
wzxu 2023-08-25 10:59:54 +08:00 committed by GitHub
parent 43f9fde4b4
commit 3fc52dcdef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
cask "appflowy" do
version "0.3.0"
sha256 "9d709cce47f7060112b3cc5243543122a97dbbec0b5e07a7671f39336ef515e0"
sha256 "af4777470b35f6cc2a09edf72573bad8be8efb71f03058445f65038b62e389be"
url "https://github.com/AppFlowy-IO/AppFlowy/releases/download/#{version}/Appflowy_#{version}_macos-x86_64.zip",
url "https://github.com/AppFlowy-IO/AppFlowy/releases/download/#{version}/Appflowy_#{version}_macos-universal.zip",
verified: "github.com/AppFlowy-IO/AppFlowy/"
name "AppFlowy"
desc "Open-source project and knowledge management tool"