Commit 6c8a58f 1 parent 32e25b0 commit 6c8a58f Copy full SHA for 6c8a58f
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- keycloak_ver : 25 .0.4
2
+ keycloak_ver : 26 .0.5
3
3
keycloak_mirror : https://github.com/keycloak/keycloak/releases/download
4
4
5
5
keycloak_parent_install_dir : /usr/local
@@ -71,3 +71,5 @@ keycloak_checksums:
71
71
' 25.0.2 ' : sha1:c37d8545e8c0cf761a162922002b0d0d35d36ed8
72
72
# https://github.com/keycloak/keycloak/releases/download/25.0.4/keycloak-25.0.4.tar.gz.sha1
73
73
' 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
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.4 }
16
+ dl_ver ${1:- 26 .0.5 }
Original file line number Diff line number Diff line change 2
2
- name : andrewrothstein.unarchivedeps
3
3
version : 3.0.3
4
4
- name : andrewrothstein.temurin
5
- version : 2.0.2
5
+ version : 2.0.4
You can’t perform that action at this time.
0 commit comments