homebrew-cask/Casks/shiori.rb

13 lines
404 B
Ruby
Raw Normal View History

2013-08-23 09:43:44 +08:00
class Shiori < Cask
2014-07-01 14:07:34 +08:00
version '1.0.2'
sha256 'c832edc2762fdaadc80bfe042ee6f7bd128955e3d7b27bdc5baf5806a0c8a719'
2014-09-26 20:09:11 +08:00
url "http://aki-null.net/shiori/release/Shiori_#{version}.zip"
2014-10-15 23:43:55 +08:00
appcast 'http://aki-null.net/shiori/appcast.xml',
:sha256 => '244668dde7c677ddaaccc55c997874e13d3c8de5213c5e0810eeacd6fdcc713e'
2013-08-23 09:43:44 +08:00
homepage 'http://aki-null.net/shiori/'
2014-10-01 23:33:52 +08:00
license :unknown
2014-09-16 00:06:18 +08:00
app 'Shiori.app'
2013-08-23 09:43:44 +08:00
end