mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
update au.hash in response to Scoop#4619 (#3370)
This commit is contained in:
parent
a3c5f835b4
commit
2df547e3aa
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,8 +22,7 @@
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256",
|
||||
"regex": "$sha256"
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user