Commit 32e25b0 1 parent d71ad78 commit 32e25b0 Copy full SHA for 32e25b0
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.2
2
+ keycloak_ver : 25.0.4
3
3
keycloak_mirror : https://github.com/keycloak/keycloak/releases/download
4
4
5
5
keycloak_parent_install_dir : /usr/local
@@ -69,3 +69,5 @@ keycloak_checksums:
69
69
' 25.0.1 ' : sha1:8109ac7505c6f70763c247b5e52be4667585b0ce
70
70
# https://github.com/keycloak/keycloak/releases/download/25.0.2/keycloak-25.0.2.tar.gz.sha1
71
71
' 25.0.2 ' : sha1:c37d8545e8c0cf761a162922002b0d0d35d36ed8
72
+ # https://github.com/keycloak/keycloak/releases/download/25.0.4/keycloak-25.0.4.tar.gz.sha1
73
+ ' 25.0.4 ' : sha1:ced25eed2079aa5900e2620393e0842bc59caaaa
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.2 }
16
+ dl_ver ${1:- 25.0.4 }
You can’t perform that action at this time.
0 commit comments