diff --git a/MPF.json b/MPF.json index 532e1d3..1758907 100644 --- a/MPF.json +++ b/MPF.json @@ -5,9 +5,9 @@ "autoupdate": { "url": "https://github.com/SabreTools/MPF/releases/download/$version/MPF_$version_net8.0-windows_win-x64_release.zip" }, - "version": "3.1.4", - "url": "https://github.com/SabreTools/MPF/releases/download/3.1.4/MPF_3.1.4_net8.0-windows_win-x64_release.zip", - "hash": "b9b0e41dbe45df6fee8e5bedce539bdb570a71161201bd35e557ee5b9d772f8a", + "version": "3.1.5", + "url": "https://github.com/SabreTools/MPF/releases/download/3.1.5/MPF_3.1.5_net8.0-windows_win-x64_release.zip", + "hash": "25ea4796b22e3ac6bae49cf23b8fcf3af30636a22d3d0041fe6ce273f352274c", "shortcuts": [ [ "MPF.exe", diff --git a/vrc-get.json b/vrc-get.json new file mode 100644 index 0000000..8e3aa7b --- /dev/null +++ b/vrc-get.json @@ -0,0 +1,23 @@ +{ + "version": "1.8.0", + "description": "Command line client for VRChat Package Manager", + "homepage": "https://github.com/vrc-get/vrc-get", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/vrc-get/vrc-get/releases/download/v1.8.0/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe", + "hash": "53d4fd18c58d144065f4127a4e44ff736fa8e76ecd73f4868dc1aad90c34903b" + } + }, + "bin": "vrc-get.exe", + "checkver": { + "github": "https://github.com/vrc-get/vrc-get" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/vrc-get/vrc-get/releases/download/v$version/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe" + } + } + } +}