Skip to content

Commit

Permalink
AU: 2 updated - signal yed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 23, 2023
1 parent e6ade6b commit 5d50186
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.10.1</version>
<version>6.11.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/v6.10.1</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v6.11.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-6.10.1.exe'
checksum = 'b57647a1e92f77e96e6c3c863df98735efc25a71d1c96c7ec84af91326f48364'
url = 'https://updates.signal.org/desktop/signal-desktop-win-6.11.0.exe'
checksum = '77504586d2b238c74f8d5329bb2ad9309bed90605fc23464737b7fb163f0ac34'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions yed/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ rm $toolsDir\yed-* -Recurse -ea 0

$packageArgs = @{
packageName = 'yed'
url = 'https://www.yworks.com/resources/yed/demo/yEd-3.22.zip'
url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.22.zip'
checksum = 'd40cb5ef10695809f5fc890891c48bcc84bf9ccf5a150612e67eabe327e1e8a5'
checksum64 = 'd40cb5ef10695809f5fc890891c48bcc84bf9ccf5a150612e67eabe327e1e8a5'
url = 'https://www.yworks.com/resources/yed/demo/yEd-3.23.zip'
url64bit = 'https://www.yworks.com/resources/yed/demo/yEd-3.23.zip'
checksum = '5ddcaef0c21455c9341133ddce2d29a0d8e26c1a5c5470beaf958bb7e5b80abd'
checksum64 = '5ddcaef0c21455c9341133ddce2d29a0d8e26c1a5c5470beaf958bb7e5b80abd'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
Expand Down
2 changes: 1 addition & 1 deletion yed/yed.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>yed</id>
<title>yEd</title>
<version>3.22</version>
<version>3.23</version>
<authors>yWorks</authors>
<owners>Miodrag Milic</owners>
<summary>yEd Graph Editor: High-quality diagrams made easy</summary>
Expand Down

0 comments on commit 5d50186

Please sign in to comment.