Skip to content

Commit

Permalink
Merge pull request #75 from shivammathur/switch-master-urls
Browse files Browse the repository at this point in the history
Switch from Bintray to GitHub releases for master
  • Loading branch information
mlocati authored Apr 14, 2021
2 parents 341e324 + ef1b6e1 commit 42b486c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PhpManager/public/Get-PhpAvailableVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
}
}
if ($true) {
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x64.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x86.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x86.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-nts-windows-vs16-x64.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-ts-windows-vs16-x64.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-nts-windows-vs16-x86.zip' -ReleaseState $State
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-ts-windows-vs16-x86.zip' -ReleaseState $State
}
}
default {
Expand Down

0 comments on commit 42b486c

Please sign in to comment.