Skip to content

Commit 6c8a58f

Browse files
keycloak:26.0.5
1 parent 32e25b0 commit 6c8a58f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.4
2+
keycloak_ver: 26.0.5
33
keycloak_mirror: https://github.com/keycloak/keycloak/releases/download
44

55
keycloak_parent_install_dir: /usr/local
@@ -71,3 +71,5 @@ keycloak_checksums:
7171
'25.0.2': sha1:c37d8545e8c0cf761a162922002b0d0d35d36ed8
7272
# https://github.com/keycloak/keycloak/releases/download/25.0.4/keycloak-25.0.4.tar.gz.sha1
7373
'25.0.4': sha1:ced25eed2079aa5900e2620393e0842bc59caaaa
74+
# https://github.com/keycloak/keycloak/releases/download/26.0.5/keycloak-26.0.5.tar.gz.sha1
75+
'26.0.5': sha1:4e3201ed7785166af7342eb757a462e691df9db6

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.4}
16+
dl_ver ${1:-26.0.5}

meta/requirements.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- name: andrewrothstein.unarchivedeps
33
version: 3.0.3
44
- name: andrewrothstein.temurin
5-
version: 2.0.2
5+
version: 2.0.4

0 commit comments

Comments
 (0)