Skip to content

Commit

Permalink
[email protected]: Fix download & autoupdate urls
Browse files Browse the repository at this point in the history
Fixes #14746
  • Loading branch information
aliesbelik committed Jan 16, 2025
1 parent a0d5be2 commit 9c4bd22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/sqlitestudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio_x64-3.4.15.zip",
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio-3.4.15-windows-x64.zip",
"hash": "b9bdb58a18b6ee4a4e400c69bbdb3a0b2b80c0c57cf1f6db73cc7a86d58a2e79"
},
"32bit": {
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio_i386-3.4.15.zip",
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.15/sqlitestudio-3.4.15-windows-x86.zip",
"hash": "2f81ece0a0b3d6fd0d519220abd582699907138bd8d7c07e3ecb9fe1127b8e47"
}
},
Expand All @@ -27,14 +27,14 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/$version/sqlitestudio_x64-$version.zip",
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/$version/sqlitestudio-$version-windows-x64.zip",
"hash": {
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/tag/$version",
"find": "<td>Windows\\s+?x64<\\/td>\\s*?<td>Portable<\\/td>[\\s\\S]*?<code>(.*?)<\\/code>"
}
},
"32bit": {
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/$version/sqlitestudio_i386-$version.zip",
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/download/$version/sqlitestudio-$version-windows-x86.zip",
"hash": {
"url": "https://github.com/pawelsalawa/sqlitestudio/releases/tag/$version",
"find": "<td>Windows\\s+?i386<\\/td>\\s*?<td>Portable<\\/td>[\\s\\S]*?<code>(.*?)<\\/code>"
Expand Down

0 comments on commit 9c4bd22

Please sign in to comment.