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 4, 2024
1 parent 1c2fc97 commit 877bd82
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 @@ -26,5 +26,6 @@
"4.30": "4.30.0.20240201",
"4.31": "4.31.0",
"4.32": "4.32.0",
"4.33": "4.33.0"
"4.33": "4.33.0",
"4.34": "4.34.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.33.0</version>
<version>4.34.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/2024-09/R/eclipse-jee-2024-09-R-win32-x86_64.zip&r=1'
url64bit = 'https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-12/R/eclipse-jee-2024-12-R-win32-x86_64.zip&r=1'
unzipLocation = $installationPath
checksum = ''
checksumType = ''
checksum64 = '45906c69864a0c348e5d4fc9cdbf4d5bfedc31619c7439f1f81a61499a45105f'
checksum64 = '148546f44ffc86a7f60e2efb7a12ea4c17ce9f8a68559135a187d75a708e09d1'
checksumType64 = 'sha256'
}
# *** Automatically filled ***
Expand Down

0 comments on commit 877bd82

Please sign in to comment.