Browse Source

Update and rename docker-beta.rb to docker-edge.rb (#3638)

master
Miccal Matthews 8 years ago
committed by GitHub
parent
commit
534e93b95c
  1. 4
      Casks/docker-edge.rb

4
Casks/docker-beta.rb → Casks/docker-edge.rb

@ -1,11 +1,11 @@
cask 'docker-beta' do cask 'docker-edge' do
version '17.05.0-ce-rc1-mac8,16582' version '17.05.0-ce-rc1-mac8,16582'
sha256 '82fe284fd4022778324f1030b1675ba827e2ec95f466663fa0645a1b112c43c3' sha256 '82fe284fd4022778324f1030b1675ba827e2ec95f466663fa0645a1b112c43c3'
url "https://download.docker.com/mac/edge/#{version.after_comma}/Docker.dmg" url "https://download.docker.com/mac/edge/#{version.after_comma}/Docker.dmg"
appcast 'https://download.docker.com/mac/edge/appcast.xml', appcast 'https://download.docker.com/mac/edge/appcast.xml',
checkpoint: '4458e68fcf0bb0d80d6d9f64d042d919556690a9bf1fd70e78236b767d27fe4f' checkpoint: '4458e68fcf0bb0d80d6d9f64d042d919556690a9bf1fd70e78236b767d27fe4f'
name 'Docker for Mac Beta' name 'Docker Community Edition for Mac (Edge)'
homepage 'https://www.docker.com/community-edition' homepage 'https://www.docker.com/community-edition'
auto_updates true auto_updates true
Loading…
Cancel
Save