prboom-plus: fix autoupdate

master
beyondmeat 2022-03-01 16:02:19 -07:00 committed by Hugo Locurcio
parent a934c8a465
commit 6d9fe0977c
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{ {
"homepage": "http://prboom-plus.sourceforge.net/", "homepage": "http://prboom-plus.sourceforge.net/",
"description": "Enhanced, highly-compatible source port for Doom", "description": "Enhanced, highly-compatible source port for Doom",
"version": "2.6.1", "version": "2.6.2",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"url": "https://github.com/coelckers/prboom-plus/releases/download/v2.6.1um/prboom-plus-261um-w32.zip", "url": "https://github.com/coelckers/prboom-plus/releases/download/v2.6.2/prboom-plus-262-w32.zip",
"hash": "454d3217ae8fe97801ba8325d8a906f3fdd2867cc492432d71ac3e199b109c11", "hash": "20313e00d8841a618e23e7c671d65870194bee634468fecd2f3697ac05f21476",
"shortcuts": [ "shortcuts": [
[ [
"prboom-plus.exe", "prboom-plus.exe",
@ -55,6 +55,6 @@
"github": "https://github.com/coelckers/prboom-plus" "github": "https://github.com/coelckers/prboom-plus"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/coelckers/prboom-plus/releases/download/v$versionum/prboom-plus-$cleanVersionum-w32.zip" "url": "https://github.com/coelckers/prboom-plus/releases/download/v$version/prboom-plus-$cleanVersion-w32.zip"
} }
} }