homebrew-cask/Casks/smartgit.rb

13 lines
425 B
Ruby

cask 'smartgit' do
version '18.2.0'
sha256 '1935e886cb4a18bc1d6925d18daecc0940855b15f24c0010e7d12bb79a8e77e3'
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