homebrew-cask/Casks/ichm.rb

12 lines
309 B
Ruby
Raw Normal View History

2013-05-05 10:08:13 +08:00
class Ichm < Cask
version '1.4.3'
sha256 '2a00ab7fdfedd1dfea6a7a290af2eb791072812199e6d98cfdcafb9fd83e9697'
2014-09-26 20:08:57 +08:00
url "https://ichm.googlecode.com/files/iChm.#{version}.zip"
2014-06-04 19:51:02 +08:00
appcast 'http://www.robinlu.com/ichm/release.xml'
2013-05-05 10:08:13 +08:00
homepage 'https://code.google.com/p/ichm/'
2014-10-01 23:33:04 +08:00
license :oss
2014-09-16 00:05:43 +08:00
app 'iChm.app'
2013-05-05 10:08:13 +08:00
end