commit | 124dfbc382dcd0bbc5709005add2610e5dd7964d | [log] [tgz] |
---|---|---|
author | Robert Rostohar <robert.rostohar@arm.com> | Tue Apr 19 12:59:27 2022 +0200 |
committer | Robert Rostohar <robert.rostohar@arm.com> | Tue Apr 19 12:59:27 2022 +0200 |
tree | 19c13b333ea60005610231cc5ff533e55ff400e4 | |
parent | 2c1f69b0a85d35910f8eb2925b482fd5098f61c6 [diff] |
RTX5: update library fetch script to get the latest libraries
diff --git a/CMSIS/RTOS2/RTX/Library/fetch_libs.sh b/CMSIS/RTOS2/RTX/Library/fetch_libs.sh index f8a73f2..68ec43d 100755 --- a/CMSIS/RTOS2/RTX/Library/fetch_libs.sh +++ b/CMSIS/RTOS2/RTX/Library/fetch_libs.sh
@@ -1,6 +1,6 @@ #!/bin/bash -VERSION=5.5.3 +VERSION=5.5.4 if [ -z "$JENKINS_FAMILY_ENV" ]; then ARTIFACTORY_URL=https://artifactory.eu02.arm.com:443/artifactory/mcu.promoted else