homebrew-cask-versions/Casks/mpv.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

11 lines
326 B
Ruby

class Mpv < Cask
url 'https://github.com/mpv-player/mpv/releases/download/v0.3.5/mpv_v0.3.5_osx.zip'
homepage 'http://mpv.io/'
version '0.3.5'
sha256 '7502c74aebf0edf9e5fde1bbac1a3f34a5b9df49fec7dac72729153e646ef414'
link 'mpv.app'
binary 'mpv.app/Contents/MacOS/mpv'
caveats do
files_in_usr_local
end
end