Skip to content

Commit

Permalink
AU: 3 updated - rundeck smplayer solr
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 15, 2019
1 parent f7ab464 commit 4a24941
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions rundeck/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://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.0.21-20190424.war
x32: https://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.0.22-20190512.war

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: 74FE9DA8D4A75F376363140E85D58EDB47969952C97E3003EF87CA0D0C880560
checksum32: 9CAC7439BD4601E3F136D120D91A8C0193858115F1B0D1F802DBF496893E7088

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
4 changes: 2 additions & 2 deletions rundeck/rundeck.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>rundeck</id>
<title>Rundeck</title>
<version>3.0.21</version>
<version>3.0.22</version>
<authors>Rundeck, Inc.</authors>
<owners>Miodrag Milic</owners>
<summary>Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.</summary>
Expand Down Expand Up @@ -61,7 +61,7 @@ cinst rundeck --params "/InstallDir:c:\rundeck2 /AdminPwd:test123 /CliOpts:'-Xms
<licenseUrl>https://github.com/rundeck/rundeck/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/rundeck/icon.png</iconUrl>
<releaseNotes>https://github.com/rundeck/rundeck/blob/v3.0.21/RELEASE.md</releaseNotes>
<releaseNotes>https://github.com/rundeck/rundeck/blob/v3.0.22/RELEASE.md</releaseNotes>
<docsUrl>http://rundeck.org/docs.html</docsUrl>
<bugTrackerUrl>https://github.com/rundeck/rundeck/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/rundeck/rundeck</projectSourceUrl>
Expand Down
8 changes: 4 additions & 4 deletions smplayer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://sourceforge.net/projects/smplayer/files/SMPlayer/19.1.0/smplayer-19.1.0-win32.exe/download
x64: https://sourceforge.net/projects/smplayer/files/SMPlayer/19.1.0/smplayer-19.1.0-x64.exe/download
x32: https://sourceforge.net/projects/smplayer/files/SMPlayer/19.5.0/smplayer-19.5.0-win32.exe/download
x64: https://sourceforge.net/projects/smplayer/files/SMPlayer/19.5.0/smplayer-19.5.0-x64.exe/download

to download the installer.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 85E314785EB76A249B03789E7BCE210E64B93D6238BF5C6BE5A8045C2758667E
checksum64: 3C6F46E6B61B25B76EE82E70EE3A817F5A4262D5B8966C4F1FCB79BB374FF7BF
checksum32: 28DE936F40969ECDB13F53F66A38ED25FB848BBB0ED07A08319FDB4925C2D959
checksum64: C7085E1F52A8F066260D521315E38746BC54628E10A0C33D2E91FC73A6137C50

File 'Copying.txt' is obtained from:
https://app.assembla.com/spaces/smplayer/subversion/source/HEAD/smplayer/trunk/Copying.txt?_format=raw
2 changes: 1 addition & 1 deletion smplayer/smplayer.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>smplayer</id>
<title>SMPlayer</title>
<version>19.1.0</version>
<version>19.5.0</version>
<authors>Ricardo Villalba</authors>
<owners>Miodrag Milic</owners>
<summary>SMPlayer is a free media player for Windows and Linux</summary>
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/6.6.6/solr-6.6.6.zip
x32: https://archive.apache.org/dist/lucene/solr/8.1.0/solr-8.1.0.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: C5C2CC1F044C5F4C5A747A8963C441EA9C24AB73E5C9058194087DAA58AA0F28
checksum32: 50F15C55ABE5DE6C0FA8487C92650A636FA93068F211FF8772D9C74FC5E419AA

File 'license.txt' is obtained from:
http://www.apache.org/licenses/LICENSE-2.0.txt
3 changes: 2 additions & 1 deletion solr/solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"5.3": "5.3.2",
"5.2": "5.2.1",
"5.1": "5.1.0",
"5.0": "5.0.0"
"5.0": "5.0.0",
"8": "8.1.0"
}
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>6.6.6</version>
<version>8.1.0</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/6.6.6/changes/Changes.html</releaseNotes>
<releaseNotes>https://archive.apache.org/dist/lucene/solr/8.1.0/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 4a24941

Please sign in to comment.