File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
eclipse : # noqa var-naming[no-role-prefix]
4
4
# Ensure the URL does not specify a mirror and that &r=1 is at the end, which
5
5
# directly links to the file and not the web page with a download button
6
- url : ' https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024 -06/R/eclipse-java-2024 -06-R-linux-gtk-{{ ansible_architecture }}.tar.gz&r=1'
7
- url_backup : ' https://download.eclipse.org/technology/epp/downloads/release/2024 -06/R/eclipse-java-2024 -06-R-linux-gtk-{{ ansible_architecture }}.tar.gz'
6
+ url : ' https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2025 -06/R/eclipse-java-2025 -06-R-linux-gtk-{{ ansible_architecture }}.tar.gz&r=1'
7
+ url_backup : ' https://download.eclipse.org/technology/epp/downloads/release/2025 -06/R/eclipse-java-2025 -06-R-linux-gtk-{{ ansible_architecture }}.tar.gz'
8
8
hash :
9
- x86_64 : ' 6e27da18e0a468950b72a87ed82d525ca259f60a '
10
- aarch64 : ' 96005df489eec07e7850ac158d2284c9856a1774 '
9
+ x86_64 : ' d8871b00a7ac8b18cf8eab55fd6ae1cd73e8ef02 '
10
+ aarch64 : ' e7b6fd835880f7297fa27d1fe64a72f959b58f5c '
11
11
zip : ' {{ common_global_base_path }}/eclipse.tar.gz'
12
12
install_path : ' {{ common_global_base_path }}/eclipse'
13
13
You can’t perform that action at this time.
0 commit comments