Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssen authored Oct 22, 2023
1 parent 24d330b commit 5180317
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 @@ -4,8 +4,8 @@ $installDir = "$programFiles\WildFly"
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $targetDir = $installDir
Url = 'https://github.com/wildfly/wildfly/releases/download/29.0.1.Final/wildfly-29.0.1.Final.zip'
Checksum = 'bc46b52e37980730fcb8debb5ad438ab8290a9eb'
Url = 'https://github.com/wildfly/wildfly/releases/download/30.0.0.Final/wildfly-30.0.0.Final.zip'
Checksum = '9a84c3597ac756a5d7c991b7eec37853a902961a'
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 = "29.0.1"
$version = "30.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>29.0.1</version>
<version>30.0.0</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/WildFly</packageSourceUrl>
<title>WildFly</title>
<authors>Red Hat</authors>
Expand Down

0 comments on commit 5180317

Please sign in to comment.