homebrew-cask/Casks/meld.rb

16 lines
575 B
Ruby

cask 'meld' do
version '3.19.2-r6,osx-15'
sha256 '81f79f708346ffc489001fb54562d5ed7226f9d660fa225dc4f253fe3b01075b'
# github.com/yousseb/meld was verified as official when first introduced to the cask
url "https://github.com/yousseb/meld/releases/download/#{version.after_comma}/meldmerge.dmg"
appcast 'https://github.com/yousseb/meld/releases.atom'
name 'Meld for OSX'
homepage 'https://yousseb.github.io/meld/'
app 'Meld.app'
binary "#{appdir}/Meld.app/Contents/MacOS/Meld", target: 'meld'
zap trash: '~/Library/Preferences/org.gnome.meld.plist'
end