diff --git a/bucket/bucket/ptr.json b/bucket/bucket/ptr.json new file mode 100644 index 0000000..e6c09bf --- /dev/null +++ b/bucket/bucket/ptr.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://github.com/8LWXpg/ptr", + "version": "0.8.0", + "description": "PowerToys Run plugin manager", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/8LWXpg/ptr/releases/download/v0.8.0/ptr-x86_64-pc-windows-msvc.zip#/dl.7z", + "hash": "5d5b172f4be54faa8fa9042951bfb519f6e93faaaaef1b563ef73c1fc17ef0db" + } + }, + "bin": [ + "ptr.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/8LWXpg/ptr/releases/download/v$version/ptr-x86_64-pc-windows-msvc.zip#/dl.7z" + } + } + } +} diff --git a/bucket/bucket/tag-studio.json b/bucket/bucket/tag-studio.json index 952df05..d34bea6 100644 --- a/bucket/bucket/tag-studio.json +++ b/bucket/bucket/tag-studio.json @@ -1,6 +1,6 @@ { "homepage": "https://github.com/TagStudioDev/TagStudio", - "version": "v9.4.1", + "version": "9.4.1", "description": "A User-Focused Photo & File Management System", "license": "GPL-3.0", "architecture": { @@ -18,14 +18,11 @@ "TagStudio" ] ], - "checkver": { - "url": "https://github.com/TagStudioDev/TagStudio/releases", - "jsonpath": "$[0].tag_name" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/TagStudioDev/TagStudio/releases/download/$version/tagstudio_windows_x86_64_portable.zip#/dl.7z" + "url": "https://github.com/TagStudioDev/TagStudio/releases/download/v$version/tagstudio_windows_x86_64_portable.zip#/dl.7z" } } }