Skip to content

Commit 42b486c

Browse files
authored
Merge pull request #75 from shivammathur/switch-master-urls
Switch from Bintray to GitHub releases for master
2 parents 341e324 + ef1b6e1 commit 42b486c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PhpManager/public/Get-PhpAvailableVersion.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
}
103103
}
104104
if ($true) {
105-
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x64.zip' -ReleaseState $State
106-
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64.zip' -ReleaseState $State
107-
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x86.zip' -ReleaseState $State
108-
$result += Get-PhpVersionFromUrl -Url 'https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x86.zip' -ReleaseState $State
105+
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-nts-windows-vs16-x64.zip' -ReleaseState $State
106+
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-ts-windows-vs16-x64.zip' -ReleaseState $State
107+
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-nts-windows-vs16-x86.zip' -ReleaseState $State
108+
$result += Get-PhpVersionFromUrl -Url 'https://github.com/shivammathur/php-builder-windows/releases/download/master/php-master-ts-windows-vs16-x86.zip' -ReleaseState $State
109109
}
110110
}
111111
default {

0 commit comments

Comments
 (0)