update HomePage to point to GitHub project - powershell - 6.0.0-beta.4 (#36854)

* powershell - 6.0.0-beta.4 - update homepage to github project page.

* powershell - 6.0.0-beta.4 - fix audit issues

* powershell - 6.0.0-beta.4 - simplify comment to resolve offense

* remove verified comment
This commit is contained in:
Travis Plunk 2017-07-22 05:26:51 -07:00 committed by commitay
parent 0a65447044
commit 685ba1c3c8
1 changed files with 2 additions and 3 deletions

View File

@ -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'