From 1496fe96c4f8d4f0a38cdf02b154791aae64fa8d Mon Sep 17 00:00:00 2001 From: Julian Fastnacht Date: Tue, 7 Mar 2023 03:51:17 +0100 Subject: [PATCH 1/2] vintagestory: Add version 1.17.6 --- bucket/vintagestory.json | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 bucket/vintagestory.json diff --git a/bucket/vintagestory.json b/bucket/vintagestory.json new file mode 100644 index 000000000000..75031eafdeeb --- /dev/null +++ b/bucket/vintagestory.json @@ -0,0 +1,51 @@ +{ + "version": "1.16.5", + "description": "An uncompromising wilderness survival sandbox game", + "homepage": "https://www.vintagestory.at/", + "license": "Proprietary", + "extract_dir": "vintagestory", + "pre_install": [ + "Set-Content \"$dir\\VintageStory.bat\" \"@start Vintagestory.exe --dataPath=$dir\\userdata\" -Encoding Ascii", + "Set-Content \"$dir\\VintageStoryServer.bat\" \"@start VintagestoryServer.exe --dataPath=$dir\\serverdata\" -Encoding Ascii" + ], + "url": [ + "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.16.5.tar.gz", + "https://content.invisioncic.com/r268468/monthly_2019_07/appicon.ico#/icon.ico" + ], + "checkver": { + "url": "https://tyronx.itch.io/vintage-story", + "regex": "Vintage Story v(?[0-9\\.]+) for Windows" + }, + "autoupdate": { + "url": [ + "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_$version.tar.gz", + "https://content.invisioncic.com/r268468/monthly_2019_07/appicon.ico#/icon.ico" + ] + }, + "hash": [ + "aaaad0f9cb3fba3cde5c06b4c57e5879ede5e5ba3d0da1fe912d69902b7f5285", + "23dd1379d87743a191294ffeebee82d0aa932bc5e5ebb23019a9473b463db307" + ], + "shortcuts": [ + [ + "VintageStory.bat", + "Vintage Story", + "", + "icon.ico" + ], + [ + "VintageStoryServer.bat", + "Vintage Story Server", + "", + "icon.ico" + ], + [ + "ModMaker.exe", + "Vintage Mod Maker" + ] + ], + "persist": [ + "userdata", + "serverdata" + ] +} From 13b2fe30e09610ae0abf458dc72e10d2a4446b7d Mon Sep 17 00:00:00 2001 From: Julian Fastnacht Date: Tue, 7 Mar 2023 03:53:03 +0100 Subject: [PATCH 2/2] vintagestory: update to 1.17.6 --- bucket/vintagestory.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/vintagestory.json b/bucket/vintagestory.json index 75031eafdeeb..3a5f056aa15f 100644 --- a/bucket/vintagestory.json +++ b/bucket/vintagestory.json @@ -1,5 +1,5 @@ -{ - "version": "1.16.5", +{ + "version": "1.17.6", "description": "An uncompromising wilderness survival sandbox game", "homepage": "https://www.vintagestory.at/", "license": "Proprietary", @@ -9,7 +9,7 @@ "Set-Content \"$dir\\VintageStoryServer.bat\" \"@start VintagestoryServer.exe --dataPath=$dir\\serverdata\" -Encoding Ascii" ], "url": [ - "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.16.5.tar.gz", + "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.17.6.tar.gz", "https://content.invisioncic.com/r268468/monthly_2019_07/appicon.ico#/icon.ico" ], "checkver": { @@ -23,7 +23,7 @@ ] }, "hash": [ - "aaaad0f9cb3fba3cde5c06b4c57e5879ede5e5ba3d0da1fe912d69902b7f5285", + "d68d813519011e076c478b2827ce1f693886eae9749a13286c1e474075bf6954", "23dd1379d87743a191294ffeebee82d0aa932bc5e5ebb23019a9473b463db307" ], "shortcuts": [