homebrew-cask/Casks/icolors.rb

14 lines
540 B
Ruby
Raw Normal View History

2014-11-14 01:26:03 +08:00
cask :v1 => 'icolors' do
2014-01-22 14:12:07 +08:00
version '3.0'
sha256 '92fab479c7916ee7c52efcc457d8d120acc555a05825b01ebca047f017c097b9'
2014-09-26 20:08:57 +08:00
url "https://www.fadingred.com/files/icolors/icolors_#{version}.zip"
2015-04-03 06:10:25 +08:00
name 'iColors'
2015-05-30 00:47:04 +08:00
appcast 'http://www.fadingred.com/icolors/updates.xml',
:sha256 => 'fa4f6c175627a5cb3fac7a8c44752fb288dbfa13ed72ae6fe06a2b89d01c97d8'
homepage 'http://www.fadingred.com/icolors/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:43 +08:00
app 'iColors.app'
2014-01-22 14:12:07 +08:00
end