Skip to content

Commit dfa4e06

Browse files
Jin1cJin1c
authored andcommitted
rollback
1 parent 735bdc8 commit dfa4e06

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

bucket/stirling-pdf.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.36.5",
2+
"version": "0.36.4",
33
"description": "#1 Locally hosted web application that allows you to perform various operations on PDF files",
44
"homepage": "https://github.com/Stirling-Tools/Stirling-PDF/",
55
"license": {
@@ -8,8 +8,8 @@
88
},
99
"architecture": {
1010
"64bit": {
11-
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.36.5/Stirling-PDF-win-installer.exe",
12-
"hash": "2a1dda62ce0806c262b107fa61ee95d0ac05fcd0ea582a104b7b762d243b5f60"
11+
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.36.4/Stirling-PDF.exe",
12+
"hash": "172f7ac36a4d7efd240bc290543eb2e4a44677966b014d0189b85c945acf5e0c"
1313
}
1414
},
1515
"shortcuts": [
@@ -23,11 +23,17 @@
2323
"customFiles",
2424
"logs"
2525
],
26-
"checkver": "github",
26+
"checkver": {
27+
"github": "https://github.com/Stirling-Tools/Stirling-PDF",
28+
"regex": "tag/v([\\d.]+)"
29+
},
2730
"autoupdate": {
2831
"architecture": {
2932
"64bit": {
30-
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v$version/Stirling-PDF-win-installer.exe"
33+
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v$version/Stirling-PDF.exe",
34+
"hash": {
35+
"url": "$url.sha256"
36+
}
3137
}
3238
}
3339
}

0 commit comments

Comments
 (0)