homebrew-cask/Casks/thisservice.rb

13 lines
561 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => 'thisservice' do
version '3.0.1'
sha256 'ddf9635421834f1d6bd9fb257ad164f7b59ec2d2b65590d691ec5d2699ec8da2'
2014-09-26 20:09:15 +08:00
url "http://wafflesoftware.net/thisservice/download/ThisService#{version}.zip"
2014-10-15 23:43:56 +08:00
appcast 'http://wafflesoftware.net/thisservice/sparkle/sparkle.xml',
:sha256 => '39a5e2f79f1560d4b405b183907da44326a34526b9160aedda9c4676ea75a13b'
2014-05-12 04:59:22 +08:00
homepage 'http://wafflesoftware.net/thisservice/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:29 +08:00
app 'ThisService.app'
2014-05-12 04:59:22 +08:00
end