From 2df547e3aad182b25f137d5654f56e2809327977 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Thu, 10 Mar 2022 07:46:55 +0800 Subject: [PATCH] update au.hash in response to Scoop#4619 (#3370) --- bucket/bitwarden-cli.json | 3 +-- bucket/oh-my-posh.json | 3 +-- bucket/schemacrawler.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 581215cb97..fdb845f251 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -18,8 +18,7 @@ "64bit": { "url": "https://github.com/bitwarden/cli/releases/download/v$version/bw-windows-$version.zip", "hash": { - "url": "$baseurl/bw-windows-sha256-$version.txt", - "regex": "$sha256" + "url": "$baseurl/bw-windows-sha256-$version.txt" } } } diff --git a/bucket/oh-my-posh.json b/bucket/oh-my-posh.json index f7fcdec587..320e9cc9bc 100644 --- a/bucket/oh-my-posh.json +++ b/bucket/oh-my-posh.json @@ -22,8 +22,7 @@ } }, "hash": { - "url": "$url.sha256", - "regex": "$sha256" + "url": "$url.sha256" } } } diff --git a/bucket/schemacrawler.json b/bucket/schemacrawler.json index d80f04933d..6082cd306a 100644 --- a/bucket/schemacrawler.json +++ b/bucket/schemacrawler.json @@ -19,8 +19,7 @@ "64bit": { "url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v$version/SchemaCrawler-$version.msi", "hash": { - "url": "$url.SHA256", - "regex": "$sha256" + "url": "$url.SHA256" } } }