Skip to content

Commit 1b790d9

Browse files
committed
Update Eclipse to 2025-06 release
1 parent aeeeb89 commit 1b790d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roles/eclipse/vars/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
eclipse: # noqa var-naming[no-role-prefix]
44
# Ensure the URL does not specify a mirror and that &r=1 is at the end, which
55
# 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'
88
hash:
9-
x86_64: '6e27da18e0a468950b72a87ed82d525ca259f60a'
10-
aarch64: '96005df489eec07e7850ac158d2284c9856a1774'
9+
x86_64: 'd8871b00a7ac8b18cf8eab55fd6ae1cd73e8ef02'
10+
aarch64: 'e7b6fd835880f7297fa27d1fe64a72f959b58f5c'
1111
zip: '{{ common_global_base_path }}/eclipse.tar.gz'
1212
install_path: '{{ common_global_base_path }}/eclipse'
1313

0 commit comments

Comments
 (0)