Files

25 lines
720 B
Ruby
Raw Permalink Normal View History

2023-10-19 12:32:56 +02:00
cask "simplex" do
arch arm: "aarch64", intel: "x86_64"
2023-11-25 10:41:38 -05:00
version "5.4.0"
sha256 arm: "02a2f77e33c277941e96d7a55dcee3907d5c85b497f9c2df6cc3ceae122c29eb",
intel: "52bdc0e5daea57ada3cf240747f03c442cd275b4541e11596262f3a68b71ece7"
2023-10-19 12:32:56 +02:00
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
2023-10-20 09:57:45 +08:00
url :url
strategy :github_latest
2023-10-19 12:32:56 +02:00
end
2023-10-20 08:46:51 +08:00
depends_on macos: ">= :high_sierra"
2023-10-19 12:32:56 +02:00
app "SimpleX.app"
zap trash: "~/Library/Saved Application State/chat.simplex.app.savedState"
end