Skip to content

Commit

Permalink
update known information for LibreWolf to version 128.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 12, 2024
1 parent 5cfee72 commit 3d6dcb2
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",
"127.0.2-2",
"128.0-2",
"^LibreWolf$",
"^LibreWolf$",
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/127.0.2-2/librewolf-127.0.2-2-windows-i686-setup.exe",
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/128.0-2/librewolf-128.0-2-windows-i686-setup.exe",
HashAlgorithm.SHA256,
"b633a928eb4408b707194df823516cd1b197b68d0702089cd464cd208230f83e",
"33cb378455dc0251fc81035034728797166c665b40532904631f8ef78d85c567",
Signature.None,
"/S"),
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/127.0.2-2/librewolf-127.0.2-2-windows-x86_64-setup.exe",
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/128.0-2/librewolf-128.0-2-windows-x86_64-setup.exe",
HashAlgorithm.SHA256,
"9232ae61bb153b624e29f5107d1276bf327b94f839049718b785fce66b67c762",
"2ea7df56dce0289d085a8da9967c1040e9769c1f90f7befc5ea7c08d28ad67eb",
Signature.None,
"/S")
);
Expand Down

0 comments on commit 3d6dcb2

Please sign in to comment.