Skip to content

Commit

Permalink
add NSIS 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 2, 2024
1 parent 7539657 commit 79776ca
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 7 deletions.
37 changes: 37 additions & 0 deletions bucket/nsis-3.10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"homepage": "http://nsis.sourceforge.net/",
"license": "Zlib",
"version": "3.10",
"url": "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10.zip",
"bin": [
"makensis.exe",
"nsis.exe"
],
"hash": [
"sha1:22cf776b463c6c845444328341219167abf399dc",
"sha256:fcdce3229717a2a148e7cda0ab5bdb667f39d8fb33ede1da8dabc336bd5ad110",
"sha512:8ea9f43a27f1886e2e8584e7d57b3c77910edc49b3d16adddef3c00234e1e257b3dd46f638a5d73339398a6898b019989a1a678f46cb6169ee59b144b0652aeb"
],
"extract_dir": "nsis-3.10",
"env_set": {
"NSIS_HOME": "$dir",
"NSISDIR": "$dir"
},
"checkver": {
"url": "http://nsis.sourceforge.net/Download",
"re": "\\/rn\\/v([\\d.]+)\""
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/nsis/NSIS%20$majorVersion/$version/nsis-$version.zip",
"extract_dir": "nsis-$version"
},
"persist": [
"nsisconf.nsh"
],
"shortcuts": [
[
"NSIS.exe",
"NSIS"
]
]
}
12 changes: 6 additions & 6 deletions bucket/nsis.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"homepage": "http://nsis.sourceforge.net/",
"license": "Zlib",
"version": "3.09",
"url": "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09.zip",
"version": "3.10",
"url": "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10.zip",
"bin": [
"makensis.exe",
"nsis.exe"
],
"hash": [
"sha1:586855a743a6e0ade203d8758af303a48ee0716b",
"sha256:f5dc52eef1f3884230520199bac6f36b82d643d86b003ce51bd24b05c6ba7c91",
"sha512:d2c12c572f9e1630a7a6ef43a3f1d384cd7cde9009dcd1aa0ed684f91989b6f345e12595986f63a9f53b7e78eb5905d36e05cf7f14d9da8715b15a074ccb7c29"
"sha1:22cf776b463c6c845444328341219167abf399dc",
"sha256:fcdce3229717a2a148e7cda0ab5bdb667f39d8fb33ede1da8dabc336bd5ad110",
"sha512:8ea9f43a27f1886e2e8584e7d57b3c77910edc49b3d16adddef3c00234e1e257b3dd46f638a5d73339398a6898b019989a1a678f46cb6169ee59b144b0652aeb"
],
"extract_dir": "nsis-3.09",
"extract_dir": "nsis-3.10",
"env_set": {
"NSIS_HOME": "$dir",
"NSISDIR": "$dir"
Expand Down
3 changes: 2 additions & 1 deletion scripts/versions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export const stable = {
"3.06.1",
"3.07",
"3.08",
"3.09"
"3.09",
"3.10"
],
"unavailable": [
"2.0",
Expand Down

0 comments on commit 79776ca

Please sign in to comment.