homebrew-cask/Casks/parse.rb

21 lines
635 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'parse' do
2016-08-01 16:43:27 +08:00
version '3.0.5'
sha256 '30c305a76beb8913392b74977a6801e817c3477bd3de72ecd1887a8ca57ea888'
2014-08-15 08:23:25 +08:00
2016-08-01 16:43:27 +08:00
# github.com/ParsePlatform was verified as official when first introduced to the cask
url "https://github.com/ParsePlatform/parse-cli/releases/download/release_#{version}/parse"
appcast 'https://github.com/ParsePlatform/parse-cli/releases.atom',
checkpoint: '07e39670b7193e99e97346f3b3e2c10d79b56285f53544f55d1b86f758d70e63'
2015-01-12 02:53:36 +08:00
name 'Parse'
2014-08-15 08:23:25 +08:00
homepage 'https://parse.com'
2015-12-06 23:28:08 +08:00
license :bsd
2014-08-15 08:23:25 +08:00
2016-08-01 16:43:27 +08:00
container type: :naked
2016-08-01 16:43:27 +08:00
binary 'parse'
2014-08-15 08:23:25 +08:00
2014-09-09 20:55:27 +08:00
postflight do
2016-08-01 16:43:27 +08:00
set_permissions "#{staged_path}/parse", '0755'
2014-08-15 08:23:25 +08:00
end
end