From 35c0d83e6eaa67a19f4759984a49b9a6788003a1 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 17 Jun 2024 10:13:31 -0400 Subject: [PATCH] fix(gource) closes #6430 --- projects/gource.io/package.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/gource.io/package.yml b/projects/gource.io/package.yml index 8a7039a3..f6260a87 100644 --- a/projects/gource.io/package.yml +++ b/projects/gource.io/package.yml @@ -1,5 +1,5 @@ distributable: - url: https://github.com/acaudwell/Gource/releases/download/gource-0.54/gource-0.54.tar.gz + url: https://github.com/acaudwell/Gource/releases/download/{{version.tag}}/{{version.tag}}.tar.gz strip-components: 1 versions: @@ -37,5 +37,4 @@ build: provides: - bin/gource -test: - gource --help +test: gource --help