homebrew-cask/Casks/hackhands.rb

13 lines
402 B
Ruby
Raw Normal View History

2015-01-26 10:46:04 +08:00
cask :v1 => 'hackhands' do
2015-08-12 11:31:32 +08:00
version '1.4.9'
sha256 'f34e8d01fbe1c47912ce9c5238852a11fc406f1ff143f9c995439d27ec7e8313'
2015-01-26 10:46:04 +08:00
2015-07-07 04:50:01 +08:00
# amazonaws.com is the official download host per the vendor homepage
2015-07-15 23:20:15 +08:00
url "http://desktop.hackhands.com.s3-website-us-west-1.amazonaws.com/osx/#{version}/HackHands.zip"
2015-01-26 10:46:04 +08:00
name 'HackHands'
homepage 'https://hackhands.com/desktop'
license :gratis
app 'HackHands.app'
end