homebrew-cask/Casks/thisservice.rb

11 lines
352 B
Ruby
Raw Normal View History

2014-05-12 04:59:22 +08:00
class Thisservice < Cask
version '3.0.1'
sha256 'ddf9635421834f1d6bd9fb257ad164f7b59ec2d2b65590d691ec5d2699ec8da2'
2014-09-26 20:09:15 +08:00
url "http://wafflesoftware.net/thisservice/download/ThisService#{version}.zip"
2014-06-09 22:41:38 +08:00
appcast 'http://wafflesoftware.net/thisservice/sparkle/sparkle.xml'
2014-05-12 04:59:22 +08:00
homepage 'http://wafflesoftware.net/thisservice/'
2014-09-16 00:06:29 +08:00
app 'ThisService.app'
2014-05-12 04:59:22 +08:00
end