File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- keycloak_ver : 26.0.5
2
+ keycloak_ver : 26.0.6
3
3
keycloak_mirror : https://github.com/keycloak/keycloak/releases/download
4
4
5
5
keycloak_parent_install_dir : /usr/local
@@ -73,3 +73,5 @@ keycloak_checksums:
73
73
' 25.0.4 ' : sha1:ced25eed2079aa5900e2620393e0842bc59caaaa
74
74
# https://github.com/keycloak/keycloak/releases/download/26.0.5/keycloak-26.0.5.tar.gz.sha1
75
75
' 26.0.5 ' : sha1:4e3201ed7785166af7342eb757a462e691df9db6
76
+ # https://github.com/keycloak/keycloak/releases/download/26.0.6/keycloak-26.0.6.tar.gz.sha1
77
+ ' 26.0.6 ' : sha1:083cc470c8f85862dd985361fc856357a62db4bb
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:- 26.0.5 }
16
+ dl_ver ${1:- 26.0.6 }
You can’t perform that action at this time.
0 commit comments