Skip to content

Commit

Permalink
AU: 1 updated - eclipse
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
GitHub Actions Bot committed Dec 6, 2023
1 parent 38aecaf commit d52d688
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion eclipse/eclipse.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"4.26": "4.26",
"4.27": "4.27",
"4.28": "4.28.0",
"4.29": "4.29.0"
"4.29": "4.29.0",
"4.30": "4.30.0"
}
2 changes: 1 addition & 1 deletion eclipse/eclipse.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>eclipse</id>
<version>4.29.0</version>
<version>4.30.0</version>
<title>Eclipse</title>
<authors>Eclipse Foundation</authors>
<owners>Utrecht,Almere,Thilas</owners>
Expand Down
4 changes: 2 additions & 2 deletions eclipse/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ $multiUser = $packageParameters.ContainsKey('Multi-User')
$packageArgs = @{
packageName = 'eclipse'
url = ''
url64bit = 'https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2023-09/R/eclipse-jee-2023-09-R-win32-x86_64.zip&r=1'
url64bit = 'https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2023-12/R/eclipse-jee-2023-12-R-win32-x86_64.zip&r=1'
unzipLocation = $installationPath
checksum = ''
checksumType = ''
checksum64 = 'ccbd40fd8a386ac99c51d3f6f58245be277f43473a1abf4acd64d3af855dc7ab'
checksum64 = 'dc410767e083c0a718cf0e2394e607912a4d775b47c97f4c6702dca3394ea588'
checksumType64 = 'sha256'
}
# *** Automatically filled ***
Expand Down

0 comments on commit d52d688

Please sign in to comment.