You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
349 B
11 lines
349 B
cask 'smartgit-rc' do
|
|
version '8-rc-1'
|
|
sha256 '43b9e2d125ddc583464a66e4f07a9ebd47d4422460f0c0f3e178f59e2678c8a7'
|
|
|
|
url "https://www.syntevo.com/downloads/smartgit/smartgit-macosx-#{version}.dmg"
|
|
name 'SmartGit'
|
|
homepage 'https://www.syntevo.com/smartgit/'
|
|
|
|
app 'SmartGit.app'
|
|
binary "#{appdir}/SmartGit.app/Contents/MacOS/SmartGit"
|
|
end
|
|
|