Skip to content

Commit

Permalink
AU: 2 updated - 1remote signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 7, 2023
1 parent 8aa8dd0 commit a717438
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1remote/1remote.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>1remote</id>
<title>1Remote</title>
<version>1.0.0.20230604</version>
<version>1.0.0.20230606</version>
<authors>1Remote Team</authors>
<owners>Miodrag Milic</owners>
<summary>Remote Access Session Manager</summary>
Expand Down
4 changes: 2 additions & 2 deletions 1remote/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.0.0-beta.04-net6-x64-nightly-20230604-d90fcc.zip
x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.0.0-beta.04-net6-x64-nightly-20230606-c0a5f2.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 23D6D5488E193BAE7745E7D78A62AB776D90476FC9A3E6A16F2FF3A15DD45AC8
checksum64: B1E911E08F2F82F551DD8EA22A9059BF4EA8499495A15DB9CBCCAFA2EEED64A0

File 'license.txt' is obtained from:
https://github.com/VShawn/PRemoteM/blob/dev/LICENSE
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>6.20.0</version>
<version>6.20.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/v6.20.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.20.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-6.20.0.exe'
checksum = 'e10a3db246e630b545721e4137b19f71526ebf5f5038c69436314840af68065e'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.20.1.exe'
checksum = 'f0e3388438d7a669fd2d3a67261b299d7a260822772546c0d0ef081cbd6ace93'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit a717438

Please sign in to comment.