From 4b84ad7c15f388a52a5d056bff38b9028683e9e4 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 24 Aug 2023 16:44:05 +0530 Subject: [PATCH] fix(scoop): use version literal --- package/scoop/lune.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/scoop/lune.json b/package/scoop/lune.json index 48bcf7e..dbb8958 100644 --- a/package/scoop/lune.json +++ b/package/scoop/lune.json @@ -8,7 +8,7 @@ }, "architecture": { "64bit": { - "url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip", + "url": "https://github.com/filiptibell/lune/releases/download/v0.7.7/lune-0.7.7-windows-x86_64.zip", "hash": "d689927ce81416e3eeb87133517b4098601e5fcaff106aba27ab41636175f556" } },