From 8830e5a28b1054676c1a003c853a8a6266cb3b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pommel?= <46231231+apommel@users.noreply.github.com> Date: Sun, 8 Aug 2021 14:47:07 +0200 Subject: [PATCH] openmw-nightly: Fix checkver regex (#298) --- bucket/openmw-nightly.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/openmw-nightly.json b/bucket/openmw-nightly.json index a01751b2..5e3429b4 100644 --- a/bucket/openmw-nightly.json +++ b/bucket/openmw-nightly.json @@ -1,12 +1,12 @@ { "homepage": "http://openmw.org/", "description": "An open-source open-world RPG game engine that supports playing Morrowind. (nightly version)", - "version": "20210801-d28dffa6", + "version": "20210808-fb6ee6a9", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://gitlab.com/OpenMW/openmw/-/jobs/1468345958/artifacts/download#/dl.7z", - "hash": "02e8ebda517081d8d080eee74901f71f8d9a46d51e140e529911f2ec688446e3" + "url": "https://gitlab.com/OpenMW/openmw/-/jobs/1486355929/artifacts/download#/dl.7z", + "hash": "17607db128e60ca44412edc85e90cec76eca9612a02637c40e2ac14c510301f3" } }, "pre_install": "Expand-ZipArchive \"$dir\\OpenMW_MSVC2019_64_Engine_Release_*.zip\" \"$dir\"", @@ -36,7 +36,7 @@ "notes": "Please run the OpenMW Launcher in the start menu to configure the game data path. Otherwise, OpenMW won't start correctly.", "checkver": { "url": "https://gitlab.com/OpenMW/openmw/-/jobs", - "regex": ">(?[0-9a-f]{8})(?:.*\\n){16}Windows_Ninja_Engine_Release(?:.*\\n){10}.*?datetime=\"(?[0-9]{4})-(?[0-9]{2})-(?[0-9]{2})(?:.*\\n){8}.*?\\/OpenMW\\/openmw\\/-\\/jobs\\/(?[0-9]{10})(?:.*\\n){8}passed", + "regex": "\\/commit\\/[0-9a-f]{40}\">(?[0-9a-f]{8})<\\/a>(?:.*\\n){23}.*datetime=\"(?[0-9]{4})-(?[0-9]{2})-(?[0-9]{2})(?:.*\\n){16}passed(?:.*\\n){4}.*(?[0-9]{10})\">Windows_Ninja_Engine_Release", "replace": "${year}${month}${day}-${commit}" }, "autoupdate": {