Skip to content

Commit

Permalink
update known information for LibreWolf to version 121.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Dec 24, 2023
1 parent d6f83c6 commit a62ce50
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",
"120.0.1-1",
"121.0-1",
"^LibreWolf$",
"^LibreWolf$",
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/120.0.1-1/librewolf-120.0.1-1-windows-i686-setup.exe",
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/121.0-1/librewolf-121.0-1-windows-i686-setup.exe",
HashAlgorithm.SHA256,
"750e151a5cbec0af8cf3bf3b4a32a08428bafb0ebba40a3f1829125261e23a7a",
"2708bb80dfdf4223341bd542dcbdcc453e3309d0fdeddb664515dea5ee995922",
Signature.None,
"/S"),
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/120.0.1-1/librewolf-120.0.1-1-windows-x86_64-setup.exe",
"https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/121.0-1/librewolf-121.0-1-windows-x86_64-setup.exe",
HashAlgorithm.SHA256,
"278a869c0473121e01225e11e7114cf941980f0fcb1ae0e8e79b69a4056e6a38",
"c50ecc9cd5abca1db6f08c2a378e916efb12cb2f38fedf712966aadc1ab91c74",
Signature.None,
"/S"));
}
Expand Down

0 comments on commit a62ce50

Please sign in to comment.