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-05-29 13:07:13 +08:00
url 'http://www.syntevo.com/download/smartgithg/smartgithg-macosx-6_0_0.dmg'
2014-04-09 02:29:31 +08:00
homepage 'http://www.syntevo.com'
2014-05-29 13:07:13 +08:00
version '6.0.0'
sha256 'c169e268335035e16b7f87b6e429a7587e89f717b6cad681c0167307d204694c'
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