homebrew-cask/Casks/smartgit.rb

14 lines
471 B
Ruby

cask 'smartgit' do
version '19.1.1'
sha256 '50fcc41ff5104c5f4629d1d5b1835de5f98383b5c1bd3894d6930c9d8fb259c6'
url "https://www.syntevo.com/downloads/smartgit/smartgit-macosx-#{version.dots_to_underscores}.dmg"
appcast 'https://www.syntevo.com/smartgit/changelog.txt',
configuration: version.chomp('.0')
name 'SmartGit'
homepage 'https://www.syntevo.com/smartgit/'
app 'SmartGit.app'
binary "#{appdir}/SmartGit.app/Contents/MacOS/SmartGit"
end