Merge pull request #128877 from raboof/jetbrains-update-script-https
jetbrains: use https for update script
This commit is contained in:
commit
59dd42012b
@ -14,7 +14,7 @@ sub semantic_less {
|
||||
}
|
||||
|
||||
sub get_latest_versions {
|
||||
my @channels = get("http://www.jetbrains.com/updates/updates.xml") =~ /(<channel .+?<\/channel>)/gs;
|
||||
my @channels = get("https://www.jetbrains.com/updates/updates.xml") =~ /(<channel .+?<\/channel>)/gs;
|
||||
my %h = {};
|
||||
for my $ch (@channels) {
|
||||
my ($id) = $ch =~ /^<channel id="[^"]+" name="([^"]+)"/;
|
||||
|
Loading…
Reference in New Issue
Block a user