homebrew-cask/Casks/postman.rb

15 lines
561 B
Ruby
Raw Normal View History

cask 'postman' do
2016-02-27 04:22:32 +08:00
version '4.0.2'
sha256 '8223cb89f6ebf937ea9a3237612b4ea52742c39e8f8745264e29ec4ef070467d'
2016-02-19 06:18:15 +08:00
# s3.amazonaws.com/postman-electron-builds was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/postman-electron-builds/mac/postman-osx-#{version}.zip"
2016-02-19 06:18:15 +08:00
appcast 'https://app.getpostman.com/api/electron_updates_auto',
2016-02-27 04:22:32 +08:00
checkpoint: 'cd3facb38b5b966e444fcb92e1fa3908e8c3d7be8290328d23a6596c9692bddb'
name 'Postman'
homepage 'https://www.getpostman.com/'
license :closed
app 'Postman.app'
end