Skip to content

Commit f381f5b

Browse files
authored
Merge pull request #500 from ripleymj/eclipse-2022-06
Update Eclipse for 2022-06 release
2 parents 51757b6 + 16bac35 commit f381f5b

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:
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/2022-03/R/eclipse-java-2022-03-R-linux-gtk-{{ ansible_architecture }}.tar.gz&r=1'
7-
url_backup: 'https://download.eclipse.org/technology/epp/downloads/release/2022-03/R/eclipse-java-2022-03-R-linux-gtk-{{ ansible_architecture }}.tar.gz'
6+
url: 'https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2022-06/R/eclipse-java-2022-06-R-linux-gtk-{{ ansible_architecture }}.tar.gz&r=1'
7+
url_backup: 'https://download.eclipse.org/technology/epp/downloads/release/2022-06/R/eclipse-java-2022-06-R-linux-gtk-{{ ansible_architecture }}.tar.gz'
88
hash:
9-
x86_64: '986d3d9375d37cba4cfcf6a73c7dff60483228ba'
10-
aarch64: '7d4f37f49635673ae62c6c061c55fca48f789818'
9+
x86_64: 'b60a5eeb8d618012a5fe3a504bc222aa33023424'
10+
aarch64: '9c60b062d780aacfe04a0b45c3a03001779befe7'
1111
zip: '{{ global_base_path }}/eclipse.tar.gz'
1212
install_path: '{{ global_base_path }}/eclipse'
1313

0 commit comments

Comments
 (0)