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
369 B
11 lines
369 B
cask 'smartgit-rc' do
|
|
version '17.1-preview-6'
|
|
sha256 '3281cc8cb49de85d4312727f25c15605176ef2e3d3a7581d98d191169f79ebfb'
|
|
|
|
url "https://www.syntevo.com/static/smart/download/smartgit/smartgit-macosx-#{version}.dmg"
|
|
name 'SmartGit'
|
|
homepage 'https://www.syntevo.com/smartgit/'
|
|
|
|
app 'SmartGit.app'
|
|
binary "#{appdir}/SmartGit.app/Contents/MacOS/SmartGit"
|
|
end
|
|
|