This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2084
2084
"matchStrings" : [
2085
2085
" version: \" ?(?<currentValue>.*?)\" ?\\ n"
2086
2086
],
2087
- "depNameTemplate" : " shyiko /jabba" ,
2087
+ "depNameTemplate" : " Jabba-Team /jabba" ,
2088
2088
"datasourceTemplate" : " github-releases"
2089
2089
},
2090
2090
{
Original file line number Diff line number Diff line change 1
1
#syntax=docker/dockerfile:1.5.1
2
2
3
3
ARG ref=main
4
- FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
5
4
5
+ FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
6
6
ARG name
7
7
ARG version
8
-
9
8
RUN <<EOF
10
9
curl --silent --location --fail --output "${prefix}${target}/bin/jabba" \
11
- "https://github.com/shyiko /jabba/releases/download/${version}/jabba-${version}-linux-${alt_arch}"
10
+ "https://github.com/Jabba-Team /jabba/releases/download/${version}/jabba-${version}-linux-${alt_arch}"
12
11
chmod +x "${prefix}${target}/bin/jabba"
13
12
EOF
Original file line number Diff line number Diff line change 1
1
name : jabba
2
- version : " 0.11.2 "
2
+ version : " 0.12.0 "
3
3
check : ${binary} --version
4
4
tags :
5
5
- type/cli
6
6
- category/development
7
7
- lang/go
8
8
- state/stale
9
- homepage : https://github.com/shyiko /jabba
9
+ homepage : https://github.com/Jabba-Team /jabba
10
10
description : Java Version Manager
11
11
renovate :
12
12
datasource : github-releases
13
- package : shyiko /jabba
13
+ package : Jabba-Team /jabba
You can’t perform that action at this time.
0 commit comments