diff --git a/roles/android_studio/tasks/main_win.yml b/roles/android_studio/tasks/main_win.yml index 5e4a5d5..1199913 100644 --- a/roles/android_studio/tasks/main_win.yml +++ b/roles/android_studio/tasks/main_win.yml @@ -1,8 +1,8 @@ - name: Set Android Studio version set_fact: sdk_path: C:\android-sdk - studio_version: "2024.1.1.12" - tools_version: "11076708_latest" + studio_version: "2025.1.2.11" + tools_version: "latest" - name: Check Android Studio tools win_stat: @@ -13,7 +13,8 @@ block: - name: Download Android Studio tools 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:\ - name: Extract Android Studio tools diff --git a/roles/eclipse/tasks/main_win.yml b/roles/eclipse/tasks/main_win.yml index 238e4d7..1657b1f 100644 --- a/roles/eclipse/tasks/main_win.yml +++ b/roles/eclipse/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set Eclipse version set_fact: - target_version: "4.28.0" + target_version: "2025-06" - name: Install Eclipse win_chocolatey: diff --git a/roles/idea/tasks/main_win.yml b/roles/idea/tasks/main_win.yml index 2c6cf1b..d8c0754 100644 --- a/roles/idea/tasks/main_win.yml +++ b/roles/idea/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set IDEA version set_fact: - target_version: "2023.2.1" + target_version: "2025.1.4.1" - name: Install IDEA win_package: diff --git a/roles/matlab/tasks/main_win.yml b/roles/matlab/tasks/main_win.yml index d723043..ee89c98 100644 --- a/roles/matlab/tasks/main_win.yml +++ b/roles/matlab/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set Matlab version and destination 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 dest_dir: D:\matlab diff --git a/roles/netbeans/tasks/main_win.yml b/roles/netbeans/tasks/main_win.yml index b63b5a8..72b2659 100644 --- a/roles/netbeans/tasks/main_win.yml +++ b/roles/netbeans/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set Netbeans version set_fact: - target_version: "22" + target_version: "26" - name: Install Netbeans win_package: diff --git a/roles/octave/tasks/main_win.yml b/roles/octave/tasks/main_win.yml index 50698f9..d1f98cb 100644 --- a/roles/octave/tasks/main_win.yml +++ b/roles/octave/tasks/main_win.yml @@ -1,7 +1,7 @@ # chocolatey package is broken - name: Set Octave version set_fact: - target_version: "9.2.0" + target_version: "10.2.0" - name: Install Octave win_package: diff --git a/roles/omnetpp/tasks/main_win.yml b/roles/omnetpp/tasks/main_win.yml index 5908028..17ebf56 100644 --- a/roles/omnetpp/tasks/main_win.yml +++ b/roles/omnetpp/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set OMNet++ version set_fact: - target_version: "6.0.1" + target_version: "6.2.0" target_dir: "C:\\OMNeT++" - name: Check OMNet++ install status diff --git a/roles/orange/tasks/main_win.yml b/roles/orange/tasks/main_win.yml index 7da92bf..fde1c2d 100644 --- a/roles/orange/tasks/main_win.yml +++ b/roles/orange/tasks/main_win.yml @@ -1,7 +1,7 @@ - name: Install Orange 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 creates_path: C:\Program Files\Orange\python.exe - creates_version: 3.8.8150.1013 + # creates_version: 3.8.8150.1013 diff --git a/roles/pelles-c/tasks/main_win.yml b/roles/pelles-c/tasks/main_win.yml index cc66545..b1e5ec6 100644 --- a/roles/pelles-c/tasks/main_win.yml +++ b/roles/pelles-c/tasks/main_win.yml @@ -1,7 +1,7 @@ - name: Set PellesC version set_fact: - target_version: "11.00" - target_checksum: "a8ae79f0e340e4c0cec0869dd72fcd875496acc470174aed8eb377eab8bbce96" + target_version: "13.00" + # target_checksum: "a8ae79f0e340e4c0cec0869dd72fcd875496acc470174aed8eb377eab8bbce96" - name: Check PellesC install status win_stat: @@ -14,8 +14,8 @@ - name: Download PellesC win_get_url: url: http://www.smorgasbordet.com/pellesc/{{ target_version | replace('.', '') }}/setup.exe - checksum_algorithm: sha256 - checksum: "{{ target_checksum }}" + # checksum_algorithm: sha256 + # checksum: "{{ target_checksum }}" dest: 'C:\' register: download diff --git a/roles/processing/tasks/main_win.yml b/roles/processing/tasks/main_win.yml index ba4555f..2caf84a 100644 --- a/roles/processing/tasks/main_win.yml +++ b/roles/processing/tasks/main_win.yml @@ -1,7 +1,7 @@ - name: Set Processing version set_fact: - target_version: 4.0.1 - target_build: 1286 + target_version: 4.4.4 + target_build: 1304 - name: Check Processing install status win_stat: diff --git a/roles/pycharm/tasks/main_win.yml b/roles/pycharm/tasks/main_win.yml index 46dbff1..283e4ef 100644 --- a/roles/pycharm/tasks/main_win.yml +++ b/roles/pycharm/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set PyCharm version set_fact: - target_version: "2023.2.1" + target_version: "2025.1.3.1" - name: Install PyCharm win_chocolatey: diff --git a/roles/smlnj/tasks/main_win.yml b/roles/smlnj/tasks/main_win.yml index 39f51ca..3f17bd5 100644 --- a/roles/smlnj/tasks/main_win.yml +++ b/roles/smlnj/tasks/main_win.yml @@ -1,6 +1,6 @@ - name: Set SML/NJ set_fact: - target_version: "110.99.3" + target_version: "110.99.8" - name: Install SML/NJ win_package: