Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a94c13b

Browse files
committed
Migrate to maintained fork of jabba
1 parent 459d21d commit a94c13b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@
20842084
"matchStrings": [
20852085
"version: \"?(?<currentValue>.*?)\"?\\n"
20862086
],
2087-
"depNameTemplate": "shyiko/jabba",
2087+
"depNameTemplate": "Jabba-Team/jabba",
20882088
"datasourceTemplate": "github-releases"
20892089
},
20902090
{

tools/jabba/Dockerfile.template

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#syntax=docker/dockerfile:1.5.1
22

33
ARG ref=main
4-
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
54

5+
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
66
ARG name
77
ARG version
8-
98
RUN <<EOF
109
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}"
1211
chmod +x "${prefix}${target}/bin/jabba"
1312
EOF

tools/jabba/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: jabba
2-
version: "0.11.2"
2+
version: "0.12.0"
33
check: ${binary} --version
44
tags:
55
- type/cli
66
- category/development
77
- lang/go
88
- state/stale
9-
homepage: https://github.com/shyiko/jabba
9+
homepage: https://github.com/Jabba-Team/jabba
1010
description: Java Version Manager
1111
renovate:
1212
datasource: github-releases
13-
package: shyiko/jabba
13+
package: Jabba-Team/jabba

0 commit comments

Comments
 (0)