Skip to content

Commit

Permalink
AU: 2 updated - dbeaver-ee signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 14, 2018
1 parent a317912 commit f98dc30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dbeaver-ee/dbeaver-ee.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dbeaver-ee</id>
<version>5.0.0</version>
<version>5.0.1</version>
<title>DBeaver - Enterprise Edition</title>
<authors>Serge Rieder</authors>
<owners>Paul Davies, Miodrag Milic</owners>
Expand Down
8 changes: 4 additions & 4 deletions dbeaver-ee/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'dbeaver'
$url32 = 'https://dbeaver.com/files/5.0.0/dbeaver-ee-5.0.0-x86-setup.exe'
$url64 = 'https://dbeaver.com/files/5.0.0/dbeaver-ee-5.0.0-x86_64-setup.exe'
$checksum32 = 'bdd18a54f38123562679912da3b8a5060e73ffa780f0612d60c3a20a0e80fbb7'
$checksum64 = '05da9b458a3c9a4895efb3152a18ab41fb989d547a5452f986e3ec066ef512f5'
$url32 = 'https://dbeaver.com/files/5.0.1/dbeaver-ee-5.0.1-x86-setup.exe'
$url64 = 'https://dbeaver.com/files/5.0.1/dbeaver-ee-5.0.1-x86_64-setup.exe'
$checksum32 = '00863ad7f4e4a97d6af73369216ab50af0a40c29bad9b10488f33f65880c42ca'
$checksum64 = '8c3e4d1633929b53233ac305a568586b164bf7806d58f4022467a95dd12a02fa'

$packageArgs = @{
packageName = $packageName
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>1.5.2</version>
<version>1.6.0</version>
<authors>Open Whisper Systems</authors>
<owners>Miodrag Milic</owners>
<summary>Fast, simple, secure. Privacy that fits in your pocket</summary>
Expand All @@ -32,7 +32,7 @@
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/signal/icon.png</iconUrl>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v1.5.2</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v1.6.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 @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'signal'
fileType = 'EXE'
url = 'https://updates.signal.org/desktop/signal-desktop-win-1.5.2.exe'
checksum = 'e0755c1acd4dd874e5a387e74ca03df9ff7d22543d8ebe74b92eb6ddc6a889d8'
url = 'https://updates.signal.org/desktop/signal-desktop-win-1.6.0.exe'
checksum = '055d81d1bd497b86edfb31e29ff393298f0f3380cc7e482fe3fc23809d49fa40'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit f98dc30

Please sign in to comment.