Skip to content

Commit

Permalink
AU: 2 updated - nexus-oss signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 24, 2022
1 parent bc0a507 commit 7aee3ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nexus-oss/nexus-oss.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>nexus-oss</id>
<title>Nexus Repository Manager OSS</title>
<version>2.15.0.04</version>
<version>2.15.1.02</version>
<authors>Sonatype</authors>
<owners>Miodrag Milić</owners>
<summary>Repository to manage software components required for development, deployment, and provisioning</summary>
Expand Down
4 changes: 2 additions & 2 deletions nexus-oss/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'nexus-oss'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/oss/nexus-2.15.0-04-bundle.zip'
$checksum = 'ea757ad3614f24a1c22f264c40b4d924e98f92d2a3ad0b1d64d5d58379e5b640'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/oss/nexus-2.15.1-02-bundle.zip'
$checksum = '622b45939b95e4888807b2d85c6ff7283946df2c49b4a31364f6774dac343c1f'
$installDir = 'c:\nexus'

$packageArgs = @{
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.35.0</version>
<version>5.36.0</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.35.0</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.36.0</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.35.0.exe'
checksum = 'd71d5115931a4491638477ec07837d9aeae73a45a10c0d858414f5037c4e0c44'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.36.0.exe'
checksum = '76ee550b473c1f4a4c65f8b0f07b1af115a18e9efda554b2bc0c0c1999dfdd93'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 7aee3ce

Please sign in to comment.