homebrew-cask/Casks/smartgit.rb

17 lines
420 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'smartgit' do
version '7.1.3'
sha256 'f885ba36e6ac9a5e0ab649448c29fc5aa1519c5bcbfcc11dae29a63b0efb6618'
2016-02-10 01:49:06 +08:00
url "https://www.syntevo.com/downloads/smartgit/smartgit-macosx-#{version.dots_to_underscores}.dmg"
2015-05-01 02:43:09 +08:00
name 'SmartGit'
2015-06-29 14:32:18 +08:00
homepage 'https://www.syntevo.com/smartgit/'
2014-12-16 02:26:28 +08:00
license :commercial
2014-11-16 13:40:07 +08:00
app 'SmartGit.app'
binary 'SmartGit.app/Contents/MacOS/SmartGit'
2014-11-16 13:40:07 +08:00
caveats do
files_in_usr_local
end
end