homebrew-cask/Casks/aerial.rb

14 lines
420 B
Ruby

cask 'aerial' do
version '1.6.4'
sha256 '638a2ce8424c58747a424e3d04a339b2ff214af03193072f8a15bb21d576c906'
url "https://github.com/JohnCoates/Aerial/releases/download/v#{version}/Aerial.saver.zip"
appcast 'https://github.com/JohnCoates/Aerial/releases.atom'
name 'Aerial Screensaver'
homepage 'https://github.com/JohnCoates/Aerial'
screen_saver 'Aerial.saver'
zap trash: '~/Library/Caches/Aerial'
end