diff --git a/Casks/powershell.rb b/Casks/powershell.rb index 7b4531684b0..bea1b59674f 100644 --- a/Casks/powershell.rb +++ b/Casks/powershell.rb @@ -2,12 +2,11 @@ cask 'powershell' do version '6.0.0-beta.4' sha256 '6644a4e7258fd3733cefbfaa40b21d2077ce953d487bf09bfd0e648d7580e647' - # github.com/PowerShell/PowerShell was verified as official when first introduced to the cask url "https://github.com/PowerShell/PowerShell/releases/download/v#{version}/powershell-#{version}-osx.10.12-x64.pkg" appcast 'https://github.com/PowerShell/PowerShell/releases.atom', - checkpoint: 'bed0f5d03f1f08b148e346e45dae098d784a83adffa148fa1b0649ee7478cee4' + checkpoint: '2cb3e19eaeab7d240d4704ad711771bc7d1f5a23227c133e45ac00e2902543c6' name 'PowerShell' - homepage 'https://msdn.microsoft.com/powershell' + homepage 'https://github.com/PowerShell/PowerShell' depends_on formula: 'openssl' depends_on macos: '>= :sierra'