Skip to content

Commit

Permalink
AU: 3 updated - nirlauncher shutup10 signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 5, 2021
1 parent 57d9319 commit 12ac4bf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nirlauncher/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package can be verified like this:

1. Go to http://launcher.nirsoft.net/downloads/index.html to download the zip file:

x32: https://download.nirsoft.net/nirsoft_package_enc_1.23.51.zip
x32: https://download.nirsoft.net/nirsoft_package_enc_1.23.52.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
Expand Down
7 changes: 6 additions & 1 deletion nirlauncher/nirlauncher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nirlauncher</id>
<title>NirLauncher</title>
<version>1.23.51</version>
<version>1.23.52</version>
<authors>Nir Sofer</authors>
<owners>Miodrag Milić</owners>
<summary>NirLauncher is a package of more than 180 portable freeware utilities for Windows, all of them developed by NirSoft</summary>
Expand All @@ -25,6 +25,11 @@
- `/Sysinternals` - Add sysinternals tools to the launcher if chocolatey package [sysinternals](https://chocolatey.org/packages/sysinternals) is already installed.
## Notes
- Many Antivirus programs display false alerts, saying that the password-recovery utilities of NirSoft are infected with Trojan/Virus/Malware. For more information about false positive problems, read [this](http://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers). If your Antivirus software shows a false alert, you can use the following article that explains how to send a report about a false positive issue to your Antivirus company:
[How to Report Malware or False Positives to Multiple Antivirus Vendors](https://www.techsupportalert.com/how-to-report-malware-or-false-positives-to-multiple-antivirus-vendors/)
![screenshot](https://cdn.rawgit.com/majkinetor/chocolatey/master/nirlauncher/screenshot.png)
]]></description>
<projectUrl>http://launcher.nirsoft.net</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion shutup10/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: D37C4FE1E09B05AE4F47C2167AFAA0BC11F6468B1E23E3B2A6743ED4814EDB37
checksum32: 031BE98FDFC7A82D8ADAC5ED678F3429F64325C779A8F2FD90F1638D774F8F93

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion shutup10/shutup10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>shutup10</id>
<title>ShutUp10</title>
<version>1.8.1420</version>
<version>1.9.1424</version>
<authors>O&amp;OSoftware</authors>
<owners>Miodrag Milic</owners>
<summary>Free antispy tool for Windows 10</summary>
Expand Down
4 changes: 2 additions & 2 deletions signal/signal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>signal</id>
<title>Signal (Desktop)</title>
<version>5.18.0</version>
<version>5.18.1</version>
<authors>Open Whisper Systems</authors>
<owners>Miodrag Milic</owners>
<summary>Fast, simple, secure. Privacy that fits in your pocket</summary>
Expand Down Expand Up @@ -34,7 +34,7 @@
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/signal/icon.png</iconUrl>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.18.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.18.1</releaseNotes>
<docsUrl>https://www.signal.org/docs</docsUrl>
<bugTrackerUrl>https://github.com/WhisperSystems/Signal-Desktop/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/WhisperSystems/Signal-Desktop</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions signal/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Set-AutoUpdate -Enable
$packageArgs = @{
packageName = 'signal'
fileType = 'EXE'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.18.0.exe'
checksum = '6290fe3e5d36b40f0efeb67e748bda01f3934e31a4f14cfad0a9e323262a8f7d'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.18.1.exe'
checksum = '979e7a7d6a11db461999125f70e3c4359ea01ee93a5dd5722866695519585a81'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 12ac4bf

Please sign in to comment.