1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Update install

This commit is contained in:
Limezy 2022-03-23 18:12:42 +07:00
parent 9ca02fb142
commit 39bb3b4e9d

View file

@ -120,7 +120,7 @@ pushd "$final_path"
PROJ=dex
ORG_PATH=github.com/dexidp
REPO_PATH="$ORG_PATH/$PROJ"
VERSION ?= $(shell ./scripts/git-version)
VERSION="2.31.1"
LD_FLAGS="-w -X main.version=$VERSION"
mkdir bin
$ynh_go install -v -ldflags $(LD_FLAGS) $(REPO_PATH)/cmd/dex