Skip to content

Commit

Permalink
Update vapor from 2.6.0 to 3.1.0 (#67800)
Browse files Browse the repository at this point in the history
  • Loading branch information
core-code authored and reitermarkus committed Aug 19, 2019
1 parent 4e027c3 commit f790d1b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Casks/vapor.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
cask 'vapor' do
version '2.6.0'
sha256 '0608952d436550bb22d692cef43087c2ed3d96fa09b5b13eaaedf24143ddd5c6'
version '3.1.0'
sha256 'f3bfcbc348358826704dc790ec81317f9f270b70bb6d2889eb6ece0be4c94ccb'

url "https://www.vapor.ucar.edu/sites/default/files/attachments/vapor-#{version}-Darwin_x86_64.dmg"
url "https://github.com/NCAR/VAPOR/releases/download/#{version}/Vapor-#{version}-Mac.dmg"
appcast 'https://github.com/NCAR/VAPOR/releases.atom'
name 'VAPOR'
homepage 'https://www.vapor.ucar.edu/'
homepage 'https://github.com/NCAR/VAPOR'

pkg 'vapor.pkg'

uninstall pkgutil: 'edu.ucar.ncar.vapor.pkg'
app 'vapor.app'
end

0 comments on commit f790d1b

Please sign in to comment.