From 4d5592e9462db92fa001ec00c5c9c9a698acdaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=BClhamit=20Yilmaz?= Date: Wed, 3 May 2017 17:31:53 +0200 Subject: [PATCH] Update minishift-beta to 1.0.0 (#3767) --- Casks/minishift-beta.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/minishift-beta.rb b/Casks/minishift-beta.rb index c4356d5af..e03a3c1ae 100644 --- a/Casks/minishift-beta.rb +++ b/Casks/minishift-beta.rb @@ -1,10 +1,10 @@ cask 'minishift-beta' do - version '1.0.0-rc.2' - sha256 'e2570cf193704311d99a4f4e189e8eb115678bc15803b702b9f6228d0da26d08' + version '1.0.0' + sha256 'a6a10705ed2e8d3bc2bd43b0d09ad53aebf6b27b4192c4552cf425efd9af3d71' url "https://github.com/minishift/minishift/releases/download/v#{version}/minishift-#{version}-darwin-amd64.tgz" appcast 'https://github.com/minishift/minishift/releases.atom', - checkpoint: '6e296c5520db6de506eae461334bb50b1d9303fe5c8d1998f686fc1340e04f46' + checkpoint: '4547ced962d75dcd51dcca6812f4b2423390e99dce57fabaed35772bcddec0da' name 'Minishift' homepage 'https://github.com/minishift/minishift'