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-01-15 17:20:37 +08:00
version '2.1.3'
sha256 'e97e9106d14c1beeb7a05019040b0a6f31691e4b0d1c8d3fb94e0de1b8110f72'
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',
checkpoint: '3545a46eb237f2628d404bfe845987a4411e937e95bd6d6cd3b1e679a0e332b3'
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