File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- semester = " Fa24 "
1
+ semester = " Sp25 "
2
2
3
3
mint_version = {
4
- version = " 22"
4
+ version = " 22.1 "
5
5
build_type = " beta"
6
6
}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ variable "mint_version" {
4
4
build_type = string
5
5
})
6
6
default = {
7
- version = " 21.3 "
8
- build_type = " edge "
7
+ version = " 22.1 "
8
+ build_type = null
9
9
}
10
10
}
11
11
@@ -53,7 +53,7 @@ variable "headless" {
53
53
54
54
variable "semester" {
55
55
type = string
56
- default = " Sp24 "
56
+ default = " Sp25 "
57
57
}
58
58
59
59
variable "ssh_pass" {
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