Skip to content

Commit 8def3c4

Browse files
authored
Merge pull request #554 from ripleymj/xia-release
Xia release
2 parents 0e120d1 + 7c709d0 commit 8def3c4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packer/mint-beta.pkrvars.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
semester = "Fa24"
1+
semester = "Sp25"
22

33
mint_version = {
4-
version = "22"
4+
version = "22.1"
55
build_type = "beta"
66
}

packer/variables.pkr.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ variable "mint_version" {
44
build_type = string
55
})
66
default = {
7-
version = "21.3"
8-
build_type = "edge"
7+
version = "22.1"
8+
build_type = null
99
}
1010
}
1111

@@ -53,7 +53,7 @@ variable "headless" {
5353

5454
variable "semester" {
5555
type = string
56-
default = "Sp24"
56+
default = "Sp25"
5757
}
5858

5959
variable "ssh_pass" {

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)