Skip to content

Commit

Permalink
Wildfly to 33.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Jul 25, 2024
1 parent 4fd5922 commit 36358a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WildFly/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $installDir = "$programFiles\WildFly"
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $targetDir = $installDir
Url = 'https://github.com/wildfly/wildfly/releases/download/32.0.1.Final/wildfly-32.0.1.Final.zip'
Checksum = 'b97930b3b7c99f800df2d3913416f350b12986ab'
Url = 'https://github.com/wildfly/wildfly/releases/download/33.0.0.Final/wildfly-33.0.0.Final.zip'
Checksum = '85cb39ece24cc5f540e30893ebda338643c49acb'
ChecksumType = 'sha1'
}

Expand Down
2 changes: 1 addition & 1 deletion WildFly/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$programFiles = (${env:ProgramFiles}, ${env:ProgramFiles(x86)} -ne $null)[0]
$version = "32.0.1"
$version = "33.0.0"

$WildFlyDirectory = "$programFiles\WildFly"

Expand Down
2 changes: 1 addition & 1 deletion WildFly/wildfly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wildfly</id>
<version>32.0.1</version>
<version>33.0.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/WildFly</packageSourceUrl>
<title>WildFly</title>
<authors>Red Hat</authors>
Expand Down

0 comments on commit 36358a6

Please sign in to comment.