homebrew-cask/Casks/origami.rb

16 lines
599 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'origami' do
2016-03-29 04:29:14 +08:00
version '2.2'
sha256 '75ccca6120c9596b2994bf5e43871d6a437402f52da66c14d3426b16e0d2bac9'
2015-02-27 16:54:18 +08:00
2016-04-15 02:16:14 +08:00
# github.com/facebook/origami was verified as official when first introduced to the cask
url "https://github.com/facebook/origami/releases/download/v#{version}/Origami-#{version}.zip"
appcast 'https://github.com/facebook/origami/releases.atom',
checkpoint: '685edf3bdbf3ab04011144521a4508aa97a4a2ddf798fa71a0d1d9a34c01f53c'
2015-02-27 16:54:18 +08:00
name 'Origami'
2015-06-29 14:32:18 +08:00
homepage 'https://facebook.github.io/origami'
2015-02-27 16:54:18 +08:00
pkg "Origami #{version}.pkg"
uninstall pkgutil: 'com.facebook.origami.*'
2015-02-27 16:54:18 +08:00
end