diff --git a/bucket/stirling-pdf.json b/bucket/stirling-pdf.json index ef60e651d15400..c255ac5bf12a28 100644 --- a/bucket/stirling-pdf.json +++ b/bucket/stirling-pdf.json @@ -1,5 +1,5 @@ { - "version": "0.36.5", + "version": "0.36.6", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://github.com/Stirling-Tools/Stirling-PDF/", "license": { @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.36.5/Stirling-PDF-win-installer.exe", - "hash": "2a1dda62ce0806c262b107fa61ee95d0ac05fcd0ea582a104b7b762d243b5f60" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.36.6/Stirling-PDF-Server.exe", + "hash": "ba4ea27daa9278b5c4d4b3c81c43bdd28fff307202e79132c5a235042fb57c86" } }, "shortcuts": [ [ - "Stirling-PDF.exe", - "Stirling-PDF" + "Stirling-PDF-Server.exe", + "Stirling-PDF-Server" ] ], "persist": [ @@ -23,11 +23,17 @@ "customFiles", "logs" ], - "checkver": "github", + "checkver": { + "github": "https://github.com/Stirling-Tools/Stirling-PDF", + "regex": "tag/v([\\d.]+)" + }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v$version/Stirling-PDF-win-installer.exe" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v$version/Stirling-PDF-Server.exe", + "hash": { + "mode": "download" + } } } }