homebrew-cask/Casks/hackhands.rb

13 lines
412 B
Ruby
Raw Normal View History

2015-01-26 10:46:04 +08:00
cask :v1 => 'hackhands' do
2015-07-07 04:50:01 +08:00
version '1.3.2.76'
sha256 'ba2244b15274158b08a4680dac512761c3c2b8ab2127a4e465ead10bb48fe1b9'
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
url "http://desktop.hackhands.com.s3-website-us-west-1.amazonaws.com/builds/#{version}/osx/HackHands.dmg"
2015-01-26 10:46:04 +08:00
name 'HackHands'
homepage 'https://hackhands.com/desktop'
license :gratis
app 'HackHands.app'
end