mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-08 15:07:36 +08:00
oraclejre8: Fix autoupdate (#407)
This commit is contained in:
parent
03e077938f
commit
e24f933fec
@ -24,7 +24,7 @@
|
||||
"$ver = json_path $page $.fields.json.latest8Version",
|
||||
"$secid = json_path $page $.fields.json.secID",
|
||||
"$win32 = [int](json_path $page $.fields.json.win_offline_bundle) + 1",
|
||||
"$win64 = [int](json_path $page $.fields.json.win_x64_bundle) + 1",
|
||||
"$win64 = [int](json_path $page $.fields.json.win_x64_bundle) + 2",
|
||||
"Write-Output \"$ver $win32 $win64 $secid\""
|
||||
],
|
||||
"regex": "(?<long>(?<ver>[\\d.]+)_(?<build>[\\d]+)) (?<win32b>[\\d]+) (?<win64b>[\\d]+) (?<secid>[\\da-f]{32})",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user