Skip to content

Commit

Permalink
update known information for Node.js to version 20.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 8, 2024
1 parent 4b2921b commit 58577f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/NodeJS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public NodeJS(bool autoGetNewer)
/// details about the software.</returns>
public override AvailableSoftware knownInfo()
{
const string version = "20.12.2";
const string version = "20.13.0";
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware(
"Node.js",
Expand All @@ -73,13 +73,13 @@ public override AvailableSoftware knownInfo()
new InstallInfoMsi(
"https://nodejs.org/download/release/v" + version + "/node-v" + version + "-x86.msi",
HashAlgorithm.SHA256,
"2655083616f0afc6c7a619069506614c4ef32c12bc31b5c455fe1e4815f03d23",
"7dc6c9cac8d3d2e55e3c253ed4a544127bed3d46799f409c8b6562a7edb1cef6",
signature,
"/qn /norestart"),
new InstallInfoMsi(
"https://nodejs.org/download/release/v" + version + "/node-v" + version + "-x64.msi",
HashAlgorithm.SHA256,
"20c578361911d7b0cf153b293b025970eca383a2c802e0df438ac254aaca165d",
"d41e6aa0673a400d14c536ffa9c5897d03d682f58ac033ac00c7b2e71bbc97c2",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit 58577f2

Please sign in to comment.