Skip to content

Commit

Permalink
keycloak:26.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Nov 16, 2024
1 parent 32e25b0 commit 6c8a58f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
keycloak_ver: 25.0.4
keycloak_ver: 26.0.5
keycloak_mirror: https://github.com/keycloak/keycloak/releases/download

keycloak_parent_install_dir: /usr/local
Expand Down Expand Up @@ -71,3 +71,5 @@ keycloak_checksums:
'25.0.2': sha1:c37d8545e8c0cf761a162922002b0d0d35d36ed8
# https://github.com/keycloak/keycloak/releases/download/25.0.4/keycloak-25.0.4.tar.gz.sha1
'25.0.4': sha1:ced25eed2079aa5900e2620393e0842bc59caaaa
# https://github.com/keycloak/keycloak/releases/download/26.0.5/keycloak-26.0.5.tar.gz.sha1
'26.0.5': sha1:4e3201ed7785166af7342eb757a462e691df9db6
2 changes: 1 addition & 1 deletion dl-checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dl_ver() {
printf " '%s': sha1:%s\n" $ver $(curl -sSLf $url)
}

dl_ver ${1:-25.0.4}
dl_ver ${1:-26.0.5}
2 changes: 1 addition & 1 deletion meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- name: andrewrothstein.unarchivedeps
version: 3.0.3
- name: andrewrothstein.temurin
version: 2.0.2
version: 2.0.4

0 comments on commit 6c8a58f

Please sign in to comment.