Skip to content

Commit 824d482

Browse files
keycloak:26.0.6
1 parent 6c8a58f commit 824d482

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

defaults/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
keycloak_ver: 26.0.5
2+
keycloak_ver: 26.0.6
33
keycloak_mirror: https://github.com/keycloak/keycloak/releases/download
44

55
keycloak_parent_install_dir: /usr/local
@@ -73,3 +73,5 @@ keycloak_checksums:
7373
'25.0.4': sha1:ced25eed2079aa5900e2620393e0842bc59caaaa
7474
# https://github.com/keycloak/keycloak/releases/download/26.0.5/keycloak-26.0.5.tar.gz.sha1
7575
'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

dl-checksum.sh

Lines changed: 1 addition & 1 deletion
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:-26.0.5}
16+
dl_ver ${1:-26.0.6}

0 commit comments

Comments
 (0)