Skip to content

Commit d71ad78

Browse files
keycloak:25.0.2
1 parent e5c29bb commit d71ad78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

defaults/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
keycloak_ver: 25.0.1
2+
keycloak_ver: 25.0.2
33
keycloak_mirror: https://github.com/keycloak/keycloak/releases/download
44

55
keycloak_parent_install_dir: /usr/local
@@ -67,3 +67,5 @@ keycloak_checksums:
6767
'24.0.2': sha1:8b23e722df38fa7661a8eeb6e032c72c9e0818a9
6868
# https://github.com/keycloak/keycloak/releases/download/25.0.1/keycloak-25.0.1.tar.gz.sha1
6969
'25.0.1': sha1:8109ac7505c6f70763c247b5e52be4667585b0ce
70+
# https://github.com/keycloak/keycloak/releases/download/25.0.2/keycloak-25.0.2.tar.gz.sha1
71+
'25.0.2': sha1:c37d8545e8c0cf761a162922002b0d0d35d36ed8

dl-checksum.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dl_ver() {
1313
printf " '%s': sha1:%s\n" $ver $(curl -sSLf $url)
1414
}
1515

16-
dl_ver ${1:-25.0.1}
16+
dl_ver ${1:-25.0.2}

0 commit comments

Comments
 (0)