From 140a3037cd149d4cdb6c03ee4f73202980a43bda Mon Sep 17 00:00:00 2001 From: Luis Perdigao Date: Thu, 22 Sep 2022 14:58:18 +0100 Subject: [PATCH] Update collect_ssh256_key.bat --- collect_ssh256_key.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collect_ssh256_key.bat b/collect_ssh256_key.bat index 8d230fa..28c85b4 100644 --- a/collect_ssh256_key.bat +++ b/collect_ssh256_key.bat @@ -3,4 +3,6 @@ rem run it under 'dev' conda environment rem curl -sL https://github.com/rosalindfranklininstitute/RedLionfish/archive/refs/tags/v0.5.tar.gz | openssl sha256 -curl -sL https://github.com/rosalindfranklininstitute/RedLionfish/archive/refs/tags/v0.6.tar.gz | openssl sha256 \ No newline at end of file +rem curl -sL https://github.com/rosalindfranklininstitute/RedLionfish/archive/refs/tags/v0.6.tar.gz | openssl sha256 + +curl -sL https://github.com/rosalindfranklininstitute/RedLionfish/archive/refs/tags/v0.7.tar.gz | openssl sha256 \ No newline at end of file