homebrew-cask/Casks/shady.rb

14 lines
427 B
Ruby
Raw Normal View History

2014-11-14 01:26:54 +08:00
cask :v1 => 'shady' do
2014-10-17 23:28:52 +08:00
version '1.0.3'
sha256 '5905e8738af657bdb21b27a9615996a72b6080e502ca28fa328139aadc00277c'
url "http://instinctivecode.com/shady/shady_#{version}.zip"
2015-04-28 01:59:41 +08:00
name 'Shady'
2015-05-27 01:50:27 +08:00
appcast 'http://instinctivecode.com/appcasts/shady.xml',
:sha256 => '29d098427e701653f7ee3935e56788cee34fc7ea60ade0a6012690922ce9c2d1'
2014-10-17 23:28:52 +08:00
homepage 'http://instinctivecode.com/shady/'
license :oss
2014-10-17 23:28:52 +08:00
app 'Shady.app'
end