homebrew-cask-versions/Casks/mosh.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

8 lines
273 B
Ruby

class Mosh < Cask
url 'https://mosh.mit.edu/mosh-1.2.4-3.pkg'
homepage 'http://mosh.mit.edu/'
version '1.2.4'
sha256 '0722cd2fe9a0084f1736ba415cf2bb8efeb6377c1b51079127a3e7c847ad85a1'
install 'mosh-1.2.4-3.pkg'
uninstall :pkgutil => 'edu.mit.mosh.mosh.pkg'
end