mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
273 B
Ruby
12 lines
273 B
Ruby
cask :v1 => 'swinsian' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://swinsian.com/sparkle/Swinsian.zip'
|
|
appcast 'http://www.swinsian.com/sparkle/sparklecast.xml'
|
|
name 'Swinsian'
|
|
homepage 'http://swinsian.com'
|
|
license :commercial
|
|
|
|
app 'Swinsian.app'
|
|
end
|