homebrew-cask/Casks/nightingale.rb

13 lines
625 B
Ruby

cask 'nightingale' do
version '1.12.1,2454'
sha256 'f1a07e5bb6e069ac2f9fdc89c7708d3badb3b41e27199920a6d55b462764c454'
# github.com/nightingale-media-player/nightingale-hacking/ was verified as official when first introduced to the cask
url "https://github.com/nightingale-media-player/nightingale-hacking/releases/download/nightingale-#{version.before_comma}/Nightingale_#{version.before_comma}-#{version.after_comma}_macosx-i686.dmg"
appcast 'https://github.com/nightingale-media-player/nightingale-hacking/releases.atom'
name 'Nightingale'
homepage 'https://getnightingale.com/'
app 'Nightingale.app'
end