Skip to content

Commit

Permalink
AU: 3 updated - minify signal solr
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 13, 2021
1 parent 47f1091 commit 2f58297
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions minify/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/tdewolff/minify/releases/download/v2.9.15/minify_windows_amd64.zip
x64: https://github.com/tdewolff/minify/releases/download/v2.9.16/minify_windows_amd64.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: 653795C1D5FA8BECD99ED477445671744D8B1EBFF4747D0956C4C96ED367C908
checksum64: 477B7934A026CC03C2B377FC204AD68D922F2721BE63670F6516E9135EEFA63A

File 'license.txt' is obtained from:
https://github.com/tdewolff/minify/blob/master/LICENSE
4 changes: 2 additions & 2 deletions minify/minify.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>minify</id>
<title>Minify</title>
<version>2.9.15</version>
<version>2.9.16</version>
<authors>Taco de Wolff</authors>
<owners>Miodrag Milic</owners>
<summary>&gt;Minify provides HTML5, CSS3, JS, JSON, SVG and XML minification</summary>
Expand All @@ -16,7 +16,7 @@
<copyright>Taco de Wolff and contributors</copyright>
<licenseUrl>https://github.com/tdewolff/minify/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.9.15</releaseNotes>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.9.16</releaseNotes>
<docsUrl>https://github.com/tdewolff/minify#table-of-contents</docsUrl>
<bugTrackerUrl>https://github.com/tdewolff/minify/issues</bugTrackerUrl>
<projectSourceUrl>https://go.tacodewolff.nl/minify</projectSourceUrl>
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.40.1</version>
<version>5.0.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/v1.40.1</releaseNotes>
<releaseNotes>https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v5.0.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-1.40.1.exe'
checksum = '278c17d4a1fe2f9f1a9ec97d8f46ab1c9698a07f1ea764cf885c839315d48dab'
url = 'https://updates.signal.org/desktop/signal-desktop-win-5.0.0.exe'
checksum = 'c4d9242776ca70989f1f1dc9a7607f6c21a92305b4dd7d4a6062445aa3e63245'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions solr/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

x32: https://archive.apache.org/dist/lucene/solr/8.8.1/solr-8.8.1.zip
x32: https://archive.apache.org/dist/lucene/solr/8.8.2/solr-8.8.2.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'

checksum32: CE126D1A21CF30CF98366EEE4D734F2292FFC508F4C1ACB9EEBD8C7BC2703A11
checksum32: 6F81B4E07ABF402877C9AF1C7D24F81A4E57D49792C847AEFC2DCBD593BA1D64

File 'license.txt' is obtained from:
http://www.apache.org/licenses/LICENSE-2.0.txt
2 changes: 1 addition & 1 deletion solr/solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"5.2": "5.2.1",
"5.1": "5.1.0",
"5.0": "5.0.0",
"8": "8.8.1"
"8": "8.8.2"
}
4 changes: 2 additions & 2 deletions solr/solr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>solr</id>
<title>Apache Solr</title>
<version>8.8.1</version>
<version>8.8.2</version>
<authors>The Apache Software Foundation</authors>
<owners>Miodrag Milic</owners>
<summary>Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene</summary>
Expand Down Expand Up @@ -49,7 +49,7 @@ See more at [features page](https://lucene.apache.org/solr/features.html)
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/solr/icon.png</iconUrl>
<releaseNotes>https://archive.apache.org/dist/lucene/solr/8.8.1/changes/Changes.html</releaseNotes>
<releaseNotes>https://archive.apache.org/dist/lucene/solr/8.8.2/changes/Changes.html</releaseNotes>
<docsUrl>https://lucene.apache.org/solr/guide</docsUrl>
<mailingListUrl>https://lucene.apache.org/solr/community.html</mailingListUrl>
<bugTrackerUrl>https://issues.apache.org/jira/projects/SOLR/issues</bugTrackerUrl>
Expand Down

0 comments on commit 2f58297

Please sign in to comment.