homebrew-cask/Casks/nulloy.rb

15 lines
535 B
Ruby

cask 'nulloy' do
version '0.8.2'
sha256 '67acc5ada9b5245cda7da04456bc18ad6e9b49dbdcb1e2752ce988d4d3607b35'
# github.com/nulloy/nulloy was verified as official when first introduced to the cask
url "https://github.com/nulloy/nulloy/releases/download/#{version}/Nulloy-#{version}-x86_64.dmg"
appcast 'https://github.com/nulloy/nulloy/releases.atom',
checkpoint: '6b12d536ceefb813d7e269dc5943e5fa1efca77de4f1e9b9b5eb700ee9d0a3ff'
name 'Nulloy'
homepage 'http://nulloy.com/'
license :gpl
app 'Nulloy.app'
end