homebrew-cask/Casks/alcatraz.rb

15 lines
606 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alcatraz' do
2016-10-05 03:13:14 +08:00
version '1.2.1'
sha256 'afb4aca4274904293ec796239b59bc6143f47df6688e24527112041e68ac863b'
2015-11-13 12:42:20 +08:00
2016-07-05 06:30:35 +08:00
# github.com/alcatraz/Alcatraz was verified as official when first introduced to the cask
2015-11-13 12:42:20 +08:00
url "https://github.com/alcatraz/Alcatraz/releases/download/#{version}/Alcatraz.tar.gz"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/alcatraz/Alcatraz/releases.atom'
2015-11-13 12:42:20 +08:00
name 'alcatraz'
2018-10-07 11:38:01 +08:00
homepage 'https://alcatraz.io/'
2015-11-13 12:42:20 +08:00
artifact 'Alcatraz.xcplugin', target: "#{ENV['HOME']}/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin"
2015-11-13 12:42:20 +08:00
2017-11-18 17:35:03 +08:00
zap trash: '~/Library/Application Support/Alcatraz'
2015-11-13 12:42:20 +08:00
end