mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
313 B
Ruby
11 lines
313 B
Ruby
cask :v1 => 'invisor-lite' do
|
|
version '3.3'
|
|
sha256 '74bd41fa922a710016d7922e0814558df58ce1790da57b00d867cb58b9191ad3'
|
|
|
|
url "http://www.pozdeev.com/invisor/download/InvisorLite-#{version}.dmg"
|
|
name 'Invisor Lite'
|
|
homepage 'http://www.pozdeev.com/invisor/'
|
|
license :gratis
|
|
|
|
app 'Invisor Lite.app'
|
|
end
|