homebrew-cask/Casks/smartgit.rb

13 lines
425 B
Ruby

cask 'smartgit' do
version '18.1.5'
sha256 '52de2c0f4e4d529063da4c4f9f9de4eed425109139d7ba026944535eb3f0e0b7'
url "https://www.syntevo.com/downloads/smartgit/smartgit-macosx-#{version.dots_to_underscores}.dmg"
appcast 'https://www.syntevo.com/smartgit/changelog.txt'
name 'SmartGit'
homepage 'https://www.syntevo.com/smartgit/'
app 'SmartGit.app'
binary "#{appdir}/SmartGit.app/Contents/MacOS/SmartGit"
end