Commit d71ad78 1 parent e5c29bb commit d71ad78 Copy full SHA for d71ad78
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- keycloak_ver : 25.0.1
2
+ keycloak_ver : 25.0.2
3
3
keycloak_mirror : https://github.com/keycloak/keycloak/releases/download
4
4
5
5
keycloak_parent_install_dir : /usr/local
@@ -67,3 +67,5 @@ keycloak_checksums:
67
67
' 24.0.2 ' : sha1:8b23e722df38fa7661a8eeb6e032c72c9e0818a9
68
68
# https://github.com/keycloak/keycloak/releases/download/25.0.1/keycloak-25.0.1.tar.gz.sha1
69
69
' 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
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ dl_ver() {
13
13
printf " '%s': sha1:%s\n" $ver $( curl -sSLf $url )
14
14
}
15
15
16
- dl_ver ${1:- 25.0.1 }
16
+ dl_ver ${1:- 25.0.2 }
You can’t perform that action at this time.
0 commit comments