Skip to content

Commit

Permalink
pdf24-creator-np: Add 32bit variant (#164)
Browse files Browse the repository at this point in the history
* Update pdf24-creator-np.json

* Update pdf24-creator-np.json

* Update pdf24-creator-np.json

* Update pdf24-creator-np.json

* Update pdf24-creator-np.json

* Update pdf24-creator-np.json

* Update pdf24-creator-np.json
  • Loading branch information
FlawlessCasual17 committed May 11, 2023
1 parent 5c2c01b commit 16acf16
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions bucket/pdf24-creator-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
},
"architecture": {
"64bit": {
"url": "https://download.pdf24.org/pdf24-creator-11.12.0.msi#/setup.msi_",
"hash": "b86afa38d705df0d95c2a856b7774bc4299a62168de58af8cb494c36ec094f38"
"url": "https://download.pdf24.org/pdf24-creator-11.12.0-x64.msi#/setup.msi_",
"hash": "ff2fdcb6bdd02fef37f33acadaa935a4a37df4009f7db90716a98ec610c844d6"
},
"32bit": {
"url": "https://download.pdf24.org/pdf24-creator-11.12.0-x86.msi#/setup.msi_",
"hash": "bf370f13f5c02826ccab1099347106b890523603bb49c7764fdac804852bc0b1"
}
},
"post_install": [
Expand All @@ -30,12 +34,15 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.pdf24.org/pdf24-creator-$version.msi#/setup.msi_",
"hash": {
"url": "https://creator.pdf24.org/listVersions.php",
"find": "<td>$sha256</td>"
}
"url": "https://download.pdf24.org/pdf24-creator-$version-x64.msi#/setup.msi_"
},
"32bit": {
"url": "https://download.pdf24.org/pdf24-creator-$version-x86.msi#/setup.msi_"
}
},
"hash": {
"url": "https://creator.pdf24.org/listVersions.php",
"regex": "$basename</a></td>\\n<td>$sha256"
}
}
}

0 comments on commit 16acf16

Please sign in to comment.