mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Tether will lock your Mac when you're not there and spring it back to life whenever you return. It's that simple!
11 lines
278 B
Ruby
11 lines
278 B
Ruby
cask :v1 => 'tether' do
|
|
version '1.2.0'
|
|
sha256 '2ac0acbe47a2d348730bb132e202f2ad7eebf6d1be3f597e6ddc8cab0db597d2'
|
|
|
|
url 'http://hellotether.com/downloads/tether.zip'
|
|
name 'Tether'
|
|
homepage 'http://hellotether.com/'
|
|
license :gratis
|
|
|
|
app "Tether_v#{version}.app"
|
|
end
|