From efda8e3195a2f9a727112a5ba447543cf3c4c6ed Mon Sep 17 00:00:00 2001 From: Tim Cheung Date: Mon, 12 Dec 2016 18:38:11 +0100 Subject: [PATCH] Update hyper to 1.0.0 (#27666) --- Casks/hyper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/hyper.rb b/Casks/hyper.rb index c2d341e2a1f..0f54fbff7b6 100644 --- a/Casks/hyper.rb +++ b/Casks/hyper.rb @@ -1,11 +1,11 @@ cask 'hyper' do - version '0.8.3' - sha256 '11ecdfc72684c368d3f4d85c9f0893f8e95956e54d2293ba8217691f49955895' + version '1.0.0' + sha256 '1c91840607e7ca804f8710a21e5b159cfae2dca585a206aa4677b3f6cb5630a1' # github.com/zeit/hyper was verified as official when first introduced to the cask url "https://github.com/zeit/hyper/releases/download/#{version}/hyper-#{version}-mac.zip" appcast 'https://github.com/zeit/hyper/releases.atom', - checkpoint: '6cca58976de777655fa5675bf007780293a8f57bdf124e64bf825459dd1e84cf' + checkpoint: '50e92eb3acc7e55f04318fe4f56f5c36a5ab4ca74c10f93d6b1f0cbf4eaa75c6' name 'Hyper' homepage 'https://hyper.is/'