From f84da87dd8e9574197934e9e7693148098c39912 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 20 Nov 2022 01:24:28 -0600 Subject: [PATCH] Change version placeholder to VERSION --- bat/lure.sh | 2 +- lsd/lure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bat/lure.sh b/bat/lure.sh index 6922230..8bfbc46 100644 --- a/bat/lure.sh +++ b/bat/lure.sh @@ -1,5 +1,5 @@ name='bat' -version=auto +version=VERSION release=1 desc='A cat(1) clone with syntax highlighting and Git integration' homepage='https://github.com/sharkdp/bat' diff --git a/lsd/lure.sh b/lsd/lure.sh index 861938e..1618df5 100644 --- a/lsd/lure.sh +++ b/lsd/lure.sh @@ -1,5 +1,5 @@ name='lsd' -version=auto +version=VERSION release=1 desc='The next gen ls command' homepage='https://github.com/Peltoche/lsd'