openmw-nightly: Fix checkver regex (#298)

master
Aurélien Pommel 2021-08-08 14:47:07 +02:00 committed by GitHub
parent 7cdf414b5c
commit 8830e5a28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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": ">(?<commit>[0-9a-f]{8})(?:.*\\n){16}Windows_Ninja_Engine_Release(?:.*\\n){10}.*?datetime=\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})(?:.*\\n){8}.*?\\/OpenMW\\/openmw\\/-\\/jobs\\/(?<job>[0-9]{10})(?:.*\\n){8}passed",
"regex": "\\/commit\\/[0-9a-f]{40}\">(?<commit>[0-9a-f]{8})<\\/a>(?:.*\\n){23}.*datetime=\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})(?:.*\\n){16}passed(?:.*\\n){4}.*(?<job>[0-9]{10})\">Windows_Ninja_Engine_Release",
"replace": "${year}${month}${day}-${commit}"
},
"autoupdate": {