Skip to content

Commit

Permalink
AU: 1 updated - geoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 23, 2023
1 parent a409e9b commit 8ab2fd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/geoserver/geoserver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>geoserver</id>
<version>2.23.1</version>
<version>2.23.2</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/geoserver</packageSourceUrl>
<owners>AdmiringWorm</owners>

Expand All @@ -31,7 +31,7 @@
- GeoServer is not shut down as part of the upgrade or uninstall process, please do so before upgrading this package.
- Shutdown and Startup scripts are available on `PATH` under the names `geoserver-startup` and `geoserver-shutdown`
]]></description>
<releaseNotes>http://geoserver.org/announcements/2023/05/23/geoserver-2-23-1-released.html</releaseNotes>
<releaseNotes>http://geoserver.org/announcements/2023/07/21/geoserver-2-23-2-released.html</releaseNotes>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/geoserver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://geoserver.org/release/stable/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/geoserver/files/GeoServer/2.23.1/geoserver-2.23.1-bin.zip>
1. Download the following <https://sourceforge.net/projects/geoserver/files/GeoServer/2.23.2/geoserver-2.23.2-bin.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: D197079C3570E5AB7075EA987905DF4538A8D3FA6544B4C396348C6FCD54F9FE
checksum: E333AD71459E6FFCEE6C4637C0D09805E4AD45281AD9B9B506705AFAA732782C

The file 'LICENSE.txt' has been obtained from <https://github.com/geoserver/geoserver/blob/2.18.2/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/geoserver/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $installDir = Join-Path (Get-ToolsLocation) "GeoServer"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $installDir
file = "$toolsDir\geoserver-2.23.1-bin.zip"
file = "$toolsDir\geoserver-2.23.2-bin.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 8ab2fd0

Please sign in to comment.