Bump windows software versions

This commit is contained in:
polz 2025-08-01 23:50:32 +02:00
parent 4dac5d40f4
commit 84b5c32e1d
12 changed files with 20 additions and 19 deletions

View file

@ -1,8 +1,8 @@
- name: Set Android Studio version - name: Set Android Studio version
set_fact: set_fact:
sdk_path: C:\android-sdk sdk_path: C:\android-sdk
studio_version: "2024.1.1.12" studio_version: "2025.1.2.11"
tools_version: "11076708_latest" tools_version: "latest"
- name: Check Android Studio tools - name: Check Android Studio tools
win_stat: win_stat:
@ -13,7 +13,8 @@
block: block:
- name: Download Android Studio tools - name: Download Android Studio tools
win_get_url: win_get_url:
url: "https://dl.google.com/android/repository/commandlinetools-win-{{ tools_version }}.zip" # url: "https://dl.google.com/android/repository/commandlinetools-win-{{ tools_version }}.zip"
url: "https://dl.google.com/android/repository/platform-tools-{{ tools_version }}-windows.zip"
dest: C:\ dest: C:\
- name: Extract Android Studio tools - name: Extract Android Studio tools

View file

@ -1,6 +1,6 @@
- name: Set Eclipse version - name: Set Eclipse version
set_fact: set_fact:
target_version: "4.28.0" target_version: "2025-06"
- name: Install Eclipse - name: Install Eclipse
win_chocolatey: win_chocolatey:

View file

@ -1,6 +1,6 @@
- name: Set IDEA version - name: Set IDEA version
set_fact: set_fact:
target_version: "2023.2.1" target_version: "2025.1.4.1"
- name: Install IDEA - name: Install IDEA
win_package: win_package:

View file

@ -1,6 +1,6 @@
- name: Set Matlab version and destination - name: Set Matlab version and destination
set_fact: set_fact:
target_version: "R2024a_Update_5" target_version: "R2025a_Update_1"
license_path: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install\matlab\network.lic license_path: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install\matlab\network.lic
dest_dir: D:\matlab dest_dir: D:\matlab

View file

@ -1,6 +1,6 @@
- name: Set Netbeans version - name: Set Netbeans version
set_fact: set_fact:
target_version: "22" target_version: "26"
- name: Install Netbeans - name: Install Netbeans
win_package: win_package:

View file

@ -1,7 +1,7 @@
# chocolatey package is broken # chocolatey package is broken
- name: Set Octave version - name: Set Octave version
set_fact: set_fact:
target_version: "9.2.0" target_version: "10.2.0"
- name: Install Octave - name: Install Octave
win_package: win_package:

View file

@ -1,6 +1,6 @@
- name: Set OMNet++ version - name: Set OMNet++ version
set_fact: set_fact:
target_version: "6.0.1" target_version: "6.2.0"
target_dir: "C:\\OMNeT++" target_dir: "C:\\OMNeT++"
- name: Check OMNet++ install status - name: Check OMNet++ install status

View file

@ -1,7 +1,7 @@
- name: Install Orange - name: Install Orange
win_package: win_package:
path: https://download.biolab.si/download/files/Orange3-3.32.0-Miniconda-x86_64.exe path: https://download.biolab.si/download/files/Orange3-3.39.0-x86_64.exe
arguments: /S /AllUsers arguments: /S /AllUsers
creates_path: C:\Program Files\Orange\python.exe creates_path: C:\Program Files\Orange\python.exe
creates_version: 3.8.8150.1013 # creates_version: 3.8.8150.1013

View file

@ -1,7 +1,7 @@
- name: Set PellesC version - name: Set PellesC version
set_fact: set_fact:
target_version: "11.00" target_version: "13.00"
target_checksum: "a8ae79f0e340e4c0cec0869dd72fcd875496acc470174aed8eb377eab8bbce96" # target_checksum: "a8ae79f0e340e4c0cec0869dd72fcd875496acc470174aed8eb377eab8bbce96"
- name: Check PellesC install status - name: Check PellesC install status
win_stat: win_stat:
@ -14,8 +14,8 @@
- name: Download PellesC - name: Download PellesC
win_get_url: win_get_url:
url: http://www.smorgasbordet.com/pellesc/{{ target_version | replace('.', '') }}/setup.exe url: http://www.smorgasbordet.com/pellesc/{{ target_version | replace('.', '') }}/setup.exe
checksum_algorithm: sha256 # checksum_algorithm: sha256
checksum: "{{ target_checksum }}" # checksum: "{{ target_checksum }}"
dest: 'C:\' dest: 'C:\'
register: download register: download

View file

@ -1,7 +1,7 @@
- name: Set Processing version - name: Set Processing version
set_fact: set_fact:
target_version: 4.0.1 target_version: 4.4.4
target_build: 1286 target_build: 1304
- name: Check Processing install status - name: Check Processing install status
win_stat: win_stat:

View file

@ -1,6 +1,6 @@
- name: Set PyCharm version - name: Set PyCharm version
set_fact: set_fact:
target_version: "2023.2.1" target_version: "2025.1.3.1"
- name: Install PyCharm - name: Install PyCharm
win_chocolatey: win_chocolatey:

View file

@ -1,6 +1,6 @@
- name: Set SML/NJ - name: Set SML/NJ
set_fact: set_fact:
target_version: "110.99.3" target_version: "110.99.8"
- name: Install SML/NJ - name: Install SML/NJ
win_package: win_package: