Skip to content

Commit eb0a5a5

Browse files
authored
firefoxpwa: Update to version 2.9.0 and fix autoupdate (#12159)
* firefoxpwa: Specify repository for checkver * firefoxpwa: Update to version 2.8.0 * firefoxpwa: Update to version 2.9.0
1 parent 260f922 commit eb0a5a5

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

bucket/firefoxpwa.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.7.3",
2+
"version": "2.9.0",
33
"description": "A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)",
44
"homepage": "https://pwasforfirefox.filips.si/",
55
"license": "MPL-2.0",
@@ -14,12 +14,12 @@
1414
},
1515
"architecture": {
1616
"64bit": {
17-
"url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.7.3/firefoxpwa-2.7.3-x86_64.msi",
18-
"hash": "2222ab932229af3b15b20be11b4509edaa16f2071d563676b03c02342bc16885"
17+
"url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.9.0/firefoxpwa-2.9.0-x86_64.msi",
18+
"hash": "185ae052b9e3e4ce0c40af936c45da1035f4b63570793845eb9ab776f42cdc3b"
1919
},
2020
"32bit": {
21-
"url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.7.3/firefoxpwa-2.7.3-x86.msi",
22-
"hash": "91142c369ec4d6dbab52284f4f58ed1851fe17b2367aabc5693df444393b8f1d"
21+
"url": "https://github.com/filips123/PWAsForFirefox/releases/download/v2.9.0/firefoxpwa-2.9.0-x86.msi",
22+
"hash": "4e625c8f0a7daa920408a8f473beba54cacea83e7099a6f95e0b9a9104277cf8"
2323
}
2424
},
2525
"post_install": [
@@ -37,7 +37,9 @@
3737
],
3838
"extract_dir": "PFiles\\FirefoxPWA",
3939
"bin": "firefoxpwa.exe",
40-
"checkver": "github",
40+
"checkver": {
41+
"github": "https://github.com/filips123/PWAsForFirefox"
42+
},
4143
"autoupdate": {
4244
"architecture": {
4345
"64bit": {

0 commit comments

Comments
 (0)