homebrew-cask/Casks/alcatraz.rb

16 lines
695 B
Ruby

cask 'alcatraz' do
version '1.2.1'
sha256 'afb4aca4274904293ec796239b59bc6143f47df6688e24527112041e68ac863b'
# github.com/alcatraz/Alcatraz was verified as official when first introduced to the cask
url "https://github.com/alcatraz/Alcatraz/releases/download/#{version}/Alcatraz.tar.gz"
appcast 'https://github.com/alcatraz/Alcatraz/releases.atom',
checkpoint: '81d85c5ef11fd873f22145b9045e372a7c8bf2f50687b29b950162116439830c'
name 'alcatraz'
homepage 'http://alcatraz.io/'
artifact 'Alcatraz.xcplugin', target: "#{ENV['HOME']}/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin"
zap trash: '~/Library/Application Support/Alcatraz'
end