diff --git a/fetchupd.php b/fetchupd.php index 6d05318..68d8060 100644 --- a/fetchupd.php +++ b/fetchupd.php @@ -209,7 +209,7 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku $updateTitle = preg_replace('/ for .{3,5}-based systems| \(KB.*?\)/i', '', $updateTitle); } - $updateTitle = preg_replace("/ ?\d{4}-\d{2} ?| ?$arch ?/i", '', $updateTitle); + $updateTitle = preg_replace("/ ?\d{4}-\d{2} ?| ?$arch ?| ?x64 ?/i", '', $updateTitle); if(!preg_match("/$foundBuild/i", $updateTitle)) { $updateTitle = $updateTitle.' ('.$foundBuild.')'; diff --git a/shared/main.php b/shared/main.php index 53dc5dd..87069c6 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.21.3'; + return '1.21.4'; } require_once dirname(__FILE__).'/auths.php';