mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
282 B
Ruby
11 lines
282 B
Ruby
cask :v1 => 'sloth' do
|
|
version '1.5'
|
|
sha256 '01f8f9fec88d5bc0cb0edcf7391d5ed0ac085f7fa8dcb6682059a238d7786165'
|
|
|
|
url 'http://sveinbjorn.org/files/software/sloth.zip'
|
|
name 'Sloth'
|
|
homepage 'http://sveinbjorn.org/sloth'
|
|
license :gpl
|
|
|
|
app "Sloth-#{version}/Sloth.app"
|
|
end
|