homebrew-cask/Casks/jami.rb

23 lines
561 B
Ruby

cask "jami" do
version "202111051146"
sha256 "1898c6bb955925e3342baeb88c13b9e121cd1d2b42658597888970a7c4c1f776"
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[._-]v?(\d+(?:\.\d+)*)\.dmg/i)
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Jami.app"
zap trash: "~/Library/Application Support/jami"
end