⬆️ Updated apps

This commit is contained in:
Edgar 2023-11-17 11:09:15 +01:00
parent b36b710b99
commit 424a58c0a8
No known key found for this signature in database
GPG Key ID: 9AA5DDFFCBDCE46A
2 changed files with 35 additions and 4 deletions

View File

@ -3,11 +3,11 @@
"github": "https://github.com/SabreTools/MPF" "github": "https://github.com/SabreTools/MPF"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/SabreTools/MPF/releases/download/$version/MPF_$version-net48.zip" "url": "https://github.com/SabreTools/MPF/releases/download/$version/MPF_$version_net8.0_win-x64_release.zip"
}, },
"version": "2.6.6", "version": "3.0.0",
"url": "https://github.com/SabreTools/MPF/releases/download/2.6.6/MPF_2.6.6-net48.zip", "url": "https://github.com/SabreTools/MPF/releases/download/3.0.0/MPF_3.0.0_net8.0_win-x64_release.zip",
"hash": "c1df120b25f6f375179bb9addee3b79b2a34da8371e08c9a884adca39680eae8", "hash": "28997bd9d17b095fffdfc28722e22766118fdc99034accb4148ea547a2fbe626",
"shortcuts": [ "shortcuts": [
[ [
"MPF.exe", "MPF.exe",

31
gitextensions.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "4.2.0.17591",
"description": "A graphical user interface for Git that allows you to control Git without using the commandline.",
"homepage": "https://gitextensions.github.io/",
"license": "GPL-3.0-only",
"url": "https://github.com/gitextensions/gitextensions/releases/download/v4.2/GitExtensions-Portable-4.2.0.17591-bf814d4f1.zip",
"hash": "299e283ee812d01b7bb6b7f3c8efbb4e4a1ad3a9d7fcd9f5da0c4df3f5d9c024",
"pre_install": "if (!(Test-Path \"$persist_dir\\GitExtensions.settings\")) { New-Item \"$dir\\GitExtensions.settings\" | Out-Null }",
"bin": [
"GitExtensions.exe",
[
"GitExtensions.exe",
"gite"
]
],
"shortcuts": [
[
"GitExtensions.exe",
"Git Extensions"
]
],
"persist": "GitExtensions.settings",
"checkver": {
"url": "https://api.github.com/repositories/85953/releases",
"jsonpath": "$..browser_download_url",
"regex": "/v(?<tag>[\\d.]+)/GitExtensions-Portable-([\\d.]+)-(?<commit>[\\w]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/gitextensions/gitextensions/releases/download/v$matchTag/GitExtensions-Portable-$version-$matchCommit.zip"
}
}