homebrew-cask/Casks/mancy.rb

14 lines
550 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mancy' do
2016-08-10 18:12:08 +08:00
version '3.1.0'
sha256 '05391037fc77c97709b7b7c18f92b3721d4a7dfb6f7530bbd8ed85be8d51bb88'
2015-10-16 23:15:20 +08:00
2016-06-18 05:55:52 +08:00
# github.com/princejwesley/Mancy was verified as official when first introduced to the cask
2015-10-16 23:15:20 +08:00
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-08-10 18:12:08 +08:00
checkpoint: '17da0fd50eed4f6e82adee200d440f7c2febef231fcc96f3af6e92fdf0b0a81e'
2015-10-16 23:15:20 +08:00
name 'Mancy'
homepage 'http://www.mancy-re.pl/'
app 'Mancy-darwin-x64/Mancy.app'
end