homebrew-cask/Casks/meld.rb

16 lines
575 B
Ruby

cask 'meld' do
version '3.19.0-r1,osx-10'
sha256 '675ffcbaab4c1515a418f025a4a9aefd2374e4a40a7dae5e851e2b0eda92b91a'
# 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