homebrew-cask/Casks/mediaelch.rb

15 lines
500 B
Ruby

cask 'mediaelch' do
version '2.6.6'
sha256 '624f2d640838c535d618ad0aa2621d354f5248047ff1e2c65e1d4fa3f3294ad4'
# github.com/Komet/MediaElch/ was verified as official when first introduced to the cask
url "https://github.com/Komet/MediaElch/releases/download/v#{version}/MediaElch_#{version}_macOS.dmg"
appcast 'https://github.com/Komet/MediaElch/releases.atom'
name 'MediaElch'
homepage 'https://www.kvibes.de/en/mediaelch/'
depends_on macos: '>= :sierra'
app 'MediaElch.app'
end