homebrew-cask/Casks/conferences.rb

14 lines
456 B
Ruby
Raw Normal View History

cask 'conferences' do
version '0.0.1-alpha22'
sha256 '61cd7c47ecc718613c9e1ba803ae36e26c37c98bb6a46b5ced2898942c9771a5'
url "https://github.com/zagahr/Conferences.digital/releases/download/#{version}/Conferences_v#{version}.zip"
appcast 'https://zagahr.github.io/Conferences.digital/appcast.xml'
name 'Conferences.digital'
homepage 'https://github.com/zagahr/Conferences.digital'
2020-01-27 10:41:32 +08:00
depends_on macos: '>= :mojave'
app 'Conferences.app'
end