mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
348 B
Ruby
10 lines
348 B
Ruby
class Thisservice < Cask
|
|
version '3.0.1'
|
|
sha256 'ddf9635421834f1d6bd9fb257ad164f7b59ec2d2b65590d691ec5d2699ec8da2'
|
|
|
|
url 'http://wafflesoftware.net/thisservice/download/ThisService3.0.1.zip'
|
|
appcast 'http://wafflesoftware.net/thisservice/sparkle/sparkle.xml'
|
|
homepage 'http://wafflesoftware.net/thisservice/'
|
|
|
|
link 'ThisService.app'
|
|
end
|