Bump windows software versions
This commit is contained in:
parent
4dac5d40f4
commit
84b5c32e1d
12 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- name: Set Eclipse version
|
||||
set_fact:
|
||||
target_version: "4.28.0"
|
||||
target_version: "2025-06"
|
||||
|
||||
- name: Install Eclipse
|
||||
win_chocolatey:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- name: Set Netbeans version
|
||||
set_fact:
|
||||
target_version: "22"
|
||||
target_version: "26"
|
||||
|
||||
- name: Install Netbeans
|
||||
win_package:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue