homebrew-cask/Casks/origami.rb

16 lines
517 B
Ruby
Raw Normal View History

2015-02-27 16:54:18 +08:00
cask :v1 => 'origami' do
2015-09-23 17:30:08 +08:00
version '2.1.2'
sha256 '23a73555ccf1153e3e556a376f29c8b1b7b331629d3909b243d4eb4e0345df25'
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',
2015-09-23 17:30:08 +08:00
:sha256 => '8a5e0d9a2aa5d536927e08deaace15988410dd5062145af230094298259836bd'
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.*'
end