mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
248 B
Ruby
9 lines
248 B
Ruby
class Sloth < Cask
|
|
version '1.5'
|
|
sha256 '01f8f9fec88d5bc0cb0edcf7391d5ed0ac085f7fa8dcb6682059a238d7786165'
|
|
|
|
url 'http://sveinbjorn.org/files/software/sloth.zip'
|
|
homepage 'http://sveinbjorn.org/sloth'
|
|
|
|
app "Sloth-#{version}/Sloth.app"
|
|
end
|