Merge pull request #158074 from JacksonChen666/add-simplex-gui

simplex 5.3.1 (new cask)
This commit is contained in:
Miccal Matthews
2023-10-20 10:16:24 +08:00
committed by GitHub
+24
View File
@@ -0,0 +1,24 @@
cask "simplex" do
arch arm: "aarch64", intel: "x86_64"
version "5.3.1"
sha256 arm: "cfdaf17794b8b794b919e22edb2b6e0f6f9d1ead153592d937a98c92f476c617",
intel: "24d4acac948fa333de3385e59e8930e76df55fae55e31e6f1ab4037a4e68bac6"
url "https://github.com/simplex-chat/simplex-chat/releases/download/v#{version}/simplex-desktop-macos-#{arch}.dmg",
verified: "github.com/simplex-chat/simplex-chat/"
name "SimpleX Chat"
desc "Messenger for SimpleX protocol"
homepage "https://simplex.chat/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :high_sierra"
app "SimpleX.app"
zap trash: "~/Library/Saved Application State/chat.simplex.app.savedState"
end