Skip to content

Commit

Permalink
AU: 3 updated - cpu-z etcher solr
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 3, 2019
1 parent 9bec17c commit deeff02
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cpu-z/cpu-z.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cpu-z</id>
<title>CPU-Z</title>
<version>1.88.0.20190402</version>
<version>1.88.0.20190403</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand All @@ -25,7 +25,7 @@
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/cpu-z.install/icon.png</iconUrl>
<docsUrl>http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl>
<dependencies>
<dependency id="cpu-z.install" version="1.88.0.20190402" />
<dependency id="cpu-z.install" version="1.88.0.20190403" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion etcher/etcher.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>etcher</id>
<title>Etcher</title>
<version>1.5.20</version>
<version>1.5.22</version>
<authors>Resin.io</authors>
<owners>Miodrag Milic</owners>
<summary>Flash OS images to SD cards and USB drives, safely and easily</summary>
Expand Down
8 changes: 4 additions & 4 deletions etcher/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'etcher'
fileType = 'exe'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.20/balenaEtcher-Setup-1.5.20-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.20/balenaEtcher-Setup-1.5.20-x64.exe'
checksum = '02b073432b79aa59f2112056e1621d0b56ce2a2e2daa3a7cae7fdd7046ccfe06'
checksum64 = 'd462ce5f323f0979c1ed5331fb56d0032cda93de418c765b0c55d192dfd3cb43'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.22/balenaEtcher-Setup-1.5.22-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.22/balenaEtcher-Setup-1.5.22-x64.exe'
checksum = 'c0d23ac7d2b856df379e3d11d77a2c256a84a353bf033a9f48e95f531d9b627e'
checksum64 = 'f7f7d0d2efe01d8990b29a58ae9332139aef3f1a4361bbcc87a5d5eacaa99ff3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
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/7.7.1/solr-7.7.1.zip
x32: https://archive.apache.org/dist/lucene/solr/6.6.6/solr-6.6.6.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: B5B95387E9C62A19EB3A826817FD882B63723EFB70F73A40B08694024BFBE88D
checksum32: C5C2CC1F044C5F4C5A747A8963C441EA9C24AB73E5C9058194087DAA58AA0F28

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
@@ -1,6 +1,6 @@
{
"7": "7.7.1",
"6": "6.6.5",
"6": "6.6.6",
"5": "5.5.5",
"4": "4.10.4",
"6.0": "6.0.1",
Expand Down
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>7.7.1</version>
<version>6.6.6</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 @@ -45,7 +45,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/7.7.1/changes/Changes.html</releaseNotes>
<releaseNotes>https://archive.apache.org/dist/lucene/solr/6.6.6/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 deeff02

Please sign in to comment.