homebrew-cask/Casks/smartgithg.rb

12 lines
357 B
Ruby
Raw Normal View History

2013-11-13 05:06:15 +08:00
class Smartgithg < Cask
2014-06-12 18:26:28 +08:00
url 'http://www.syntevo.com/download/smartgithg/smartgithg-macosx-6_0_2.dmg'
2014-04-09 02:29:31 +08:00
homepage 'http://www.syntevo.com'
2014-06-12 18:26:28 +08:00
version '6.0.2'
sha256 'ca43c8cb5d14f5b0ef74f28a5575a059c241bf6d5d18f38eb93052f2a283c40d'
2014-05-29 13:07:13 +08:00
link 'SmartGitHg 6.app'
binary 'SmartGitHg 6.app/Contents/MacOS/SmartGit'
caveats do
files_in_usr_local
end
2013-08-15 05:06:46 +08:00
end