Skip to content

Commit

Permalink
update known information for LibreWolf to version 130.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 7, 2024
1 parent 35d47f0 commit eefe31f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions updater/software/LibreWolf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ public LibreWolf(bool autoGetNewer)
public override AvailableSoftware knownInfo()
{
return new AvailableSoftware("LibreWolf",
"130.0-1",
"130.0-2",
"^LibreWolf$",
"^LibreWolf$",
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/130.0-1/librewolf-130.0-1-windows-i686-setup.exe",
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/130.0-2/librewolf-130.0-2-windows-i686-setup.exe",
HashAlgorithm.SHA256,
"055bbc8d4ef029ef0e6a6544191949120a4bdad8044e8c34e96043db762fb765",
"f4e8001547bb240307e4ad9c9b1860b96afa3dbe1fe2db5d05ed89e770b14bfb",
Signature.None,
"/S"),
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/130.0-1/librewolf-130.0-1-windows-x86_64-setup.exe",
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/130.0-2/librewolf-130.0-2-windows-x86_64-setup.exe",
HashAlgorithm.SHA256,
"2e808eb2d359217c3cf46952350b2b67937e4e8b3f30c1de25667cd98b527f2e",
"64db1671c8a60144f67dfb7c48fd1b77f831dd7f77eed79a8d3440697badb563",
Signature.None,
"/S")
);
Expand Down

0 comments on commit eefe31f

Please sign in to comment.