Fix cumulative update names, update internal packs
This commit is contained in:
parent
2db17c34a2
commit
451d9e38c9
@ -204,7 +204,7 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku
|
|||||||
}
|
}
|
||||||
|
|
||||||
$isCumulativeUpdate = 0;
|
$isCumulativeUpdate = 0;
|
||||||
if(preg_match('/\d{4}-\d{2}.+Update/', $updateTitle)) {
|
if(preg_match('/\d{4}-\d{2}.+Update|Cumulative Update/i', $updateTitle)) {
|
||||||
$isCumulativeUpdate = 1;
|
$isCumulativeUpdate = 1;
|
||||||
$updateTitle = preg_replace('/ for .{3,5}-based systems| \(KB.*?\)/i', '', $updateTitle);
|
$updateTitle = preg_replace('/ for .{3,5}-based systems| \(KB.*?\)/i', '', $updateTitle);
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.21.0';
|
return '1.21.1';
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/auths.php';
|
require_once dirname(__FILE__).'/auths.php';
|
||||||
|
BIN
shared/packs/255c210f4e5eb09ab8e92a634ebdbb3a8037e4f6.json.gz
Normal file
BIN
shared/packs/255c210f4e5eb09ab8e92a634ebdbb3a8037e4f6.json.gz
Normal file
Binary file not shown.
BIN
shared/packs/2861eb9f3c650b613c63d3adb8716377cc67bd01.json.gz
Normal file
BIN
shared/packs/2861eb9f3c650b613c63d3adb8716377cc67bd01.json.gz
Normal file
Binary file not shown.
BIN
shared/packs/5188aee94c443f1a676c15b15803b6f6c15c3f53.json.gz
Normal file
BIN
shared/packs/5188aee94c443f1a676c15b15803b6f6c15c3f53.json.gz
Normal file
Binary file not shown.
BIN
shared/packs/7e1cbde862cb09302859c3c684d1379a19d8fc8b.json.gz
Normal file
BIN
shared/packs/7e1cbde862cb09302859c3c684d1379a19d8fc8b.json.gz
Normal file
Binary file not shown.
BIN
shared/packs/9d2d3ac7e366b36fd5f0ff5280b07e0b4633bea5.json.gz
Normal file
BIN
shared/packs/9d2d3ac7e366b36fd5f0ff5280b07e0b4633bea5.json.gz
Normal file
Binary file not shown.
BIN
shared/packs/b61434beb5fbc3cbc90dc44252aea2b2ae469174.json.gz
Normal file
BIN
shared/packs/b61434beb5fbc3cbc90dc44252aea2b2ae469174.json.gz
Normal file
Binary file not shown.
BIN
shared/packs/b68097855871261b43d32baba13a9abb6460ab66.json.gz
Normal file
BIN
shared/packs/b68097855871261b43d32baba13a9abb6460ab66.json.gz
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user