homebrew-cask/Casks/bisq.rb

13 lines
432 B
Ruby
Raw Normal View History

cask "bisq" do
version "1.3.7"
sha256 "7a0da69bbafb1af1d01a0a2db304df9558290556425347e24b393fe74fdfe140"
2016-10-31 09:36:25 +08:00
# github.com/bisq-network/bisq/ was verified as official when first introduced to the cask
2019-05-21 07:57:55 +08:00
url "https://github.com/bisq-network/bisq/releases/download/v#{version}/Bisq-#{version}.dmg"
appcast "https://github.com/bisq-network/bisq/releases.atom"
name "Bisq"
homepage "https://bisq.network/"
2016-10-31 09:36:25 +08:00
app "Bisq.app"
2016-10-31 09:36:25 +08:00
end