mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
551 B
Ruby
23 lines
551 B
Ruby
cask "jami" do
|
|
version "2023112921"
|
|
sha256 "f8100a863881d7b7d5fad2e76c71e90d2b3b4206a9ca78d8d19bd749c3306d5e"
|
|
|
|
url "https://dl.jami.net/mac_osx/jami#{version}.dmg"
|
|
name "Jami"
|
|
name "Savoir-faire Linux Ring"
|
|
desc "Decentralised instant messenger and softphone"
|
|
homepage "https://jami.net/"
|
|
|
|
livecheck do
|
|
url "https://dl.jami.net/mac_osx/sparkle-ring.xml"
|
|
regex(/jami(\d+(?:\.\d+)*)\.dmg/i)
|
|
end
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Jami.app"
|
|
|
|
zap trash: "~/Library/Application Support/jami"
|
|
end
|