www-apps/zitadel-bin: Fix config file URLs

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2023-09-03 15:10:09 +02:00
parent 5d01ce9c9b
commit f9a98928a4
2 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ SLOT="0"
DESCRIPTION="Identity and access management"
HOMEPAGE="https://zitadel.com/"
SRC_URI="https://github.com/zitadel/zitadel/releases/download/${MY_PV}/zitadel-linux-amd64.tar.gz -> ${P}-linux-amd64.tar.gz
https://github.com/zitadel/zitadel/blob/${MY_PV}/cmd/defaults.yaml -> ${P}-defaults.yaml
https://github.com/zitadel/zitadel/blob/${MY_PV}/cmd/setup/steps.yaml -> ${P}-steps.yaml"
https://raw.githubusercontent.com/zitadel/zitadel/${MY_PV}/cmd/defaults.yaml -> ${P}-defaults.yaml
https://raw.githubusercontent.com/zitadel/zitadel/${MY_PV}/cmd/setup/steps.yaml -> ${P}-steps.yaml"
KEYWORDS="~amd64"
LICENSE="Apache-2.0"