mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
284 B
Ruby
9 lines
284 B
Ruby
class Tinyumbrella < Cask
|
|
version '7.04'
|
|
sha256 '2ce5ea70bbdf216aaff9fc30c1a33a58a6fc19a5ad5e4f0029aafae61c622db1'
|
|
|
|
url "http://cache.firmwareumbrella.com/downloads/TinyUmbrella-#{version}.00.app.zip"
|
|
homepage 'http://blog.firmwareumbrella.com/'
|
|
|
|
app 'TinyUmbrella.app'
|
|
end
|