homebrew-cask/Casks/nightfall.rb

14 lines
406 B
Ruby
Raw Normal View History

2020-03-15 23:51:18 +08:00
cask 'nightfall' do
version '2.1.1'
sha256 'ad6242cbf9477a34b19d38f9c39dbc354dd3eca75c6585837757503bc5302b22'
2020-03-15 23:51:18 +08:00
url "https://github.com/r-thomson/Nightfall/releases/download/v#{version}/Nightfall.dmg"
appcast 'https://github.com/r-thomson/Nightfall/releases.atom'
name 'Nightfall'
homepage 'https://github.com/r-thomson/Nightfall/'
depends_on macos: '>= :catalina'
app 'Nightfall.app'
end