homebrew-cask/Casks/mancy.rb

13 lines
385 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mancy' do
2015-11-30 18:04:13 +08:00
version '2.1.0'
sha256 '080fefad737118e90ec594f5a486fd11fe038db815e6b911706af6eea9f033b6'
2015-10-16 23:15:20 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/princejwesley/Mancy/releases/download/v#{version}/Mancy-darwin-x64.zip"
name 'Mancy'
homepage 'http://www.mancy-re.pl/'
license :mit
app 'Mancy-darwin-x64/Mancy.app'
end