homebrew-cask/Casks/origami.rb

17 lines
592 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'origami' do
2016-03-10 08:27:49 +08:00
version '2.1.4'
sha256 '2aa49f683208157a4750fdf6fa07248c17709036d94a0e2708eac19e9dae54fd'
2015-02-27 16:54:18 +08:00
2016-02-11 06:07:35 +08:00
# origami.facebook.com was verified as official when first introduced to the cask
2015-02-27 16:54:18 +08:00
url "https://origami.facebook.com/download/Origami-#{version}.zip"
appcast 'https://facebook.github.io/origami/update/updates.xml.rss',
2016-03-10 08:27:49 +08:00
checkpoint: 'e965420f57412402ec5d8728f92a132291a9a3997bd54f718e175f83027443c1'
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
license :gratis
pkg "Origami #{version}.pkg"
uninstall pkgutil: 'com.facebook.origami.*'
2015-02-27 16:54:18 +08:00
end