update au.hash in response to Scoop#4619 (#3370)

This commit is contained in:
Issac Lin 2022-03-10 07:46:55 +08:00 committed by GitHub
parent a3c5f835b4
commit 2df547e3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -18,8 +18,7 @@
"64bit": { "64bit": {
"url": "https://github.com/bitwarden/cli/releases/download/v$version/bw-windows-$version.zip", "url": "https://github.com/bitwarden/cli/releases/download/v$version/bw-windows-$version.zip",
"hash": { "hash": {
"url": "$baseurl/bw-windows-sha256-$version.txt", "url": "$baseurl/bw-windows-sha256-$version.txt"
"regex": "$sha256"
} }
} }
} }

View File

@ -22,8 +22,7 @@
} }
}, },
"hash": { "hash": {
"url": "$url.sha256", "url": "$url.sha256"
"regex": "$sha256"
} }
} }
} }

View File

@ -19,8 +19,7 @@
"64bit": { "64bit": {
"url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v$version/SchemaCrawler-$version.msi", "url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v$version/SchemaCrawler-$version.msi",
"hash": { "hash": {
"url": "$url.SHA256", "url": "$url.SHA256"
"regex": "$sha256"
} }
} }
} }