homebrew-cask/Casks/mancy.rb

15 lines
540 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mancy' do
2016-03-31 04:39:41 +08:00
version '3.0.0'
sha256 '1e0df709ea909d1e2ec88f5a2bedb4b71d4c75ce0d1e67b909d0b02671af6ee6'
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"
2016-01-25 19:16:23 +08:00
appcast 'https://github.com/princejwesley/Mancy/releases.atom',
2016-03-31 04:39:41 +08:00
checkpoint: '2060ba97dc18075843a5d0908b73674a8f81412982e6a08b7d3db616dcc963f5'
2015-10-16 23:15:20 +08:00
name 'Mancy'
homepage 'http://www.mancy-re.pl/'
license :mit
app 'Mancy-darwin-x64/Mancy.app'
end