We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936ccf8 commit 99a2ef6Copy full SHA for 99a2ef6
1 file changed
web/src/components/app.tsx
@@ -38,7 +38,7 @@ const resolver: { [key: string]: ResolverField } = {
38
build_date: { label: "Build Date", type: "date" },
39
size: { label: "Size", type: "size" },
40
download_url: { label: "Download URL", type: "link" },
41
- shasum: { label: "BLAKE3SUM", type: "hash" },
+ shasum: { label: "SHA 256 SUM", type: "hash" },
42
src_url: { label: "Source URL", type: "link" },
43
homepage: { label: "Homepage", type: "links" },
44
build_script: { label: "Build Script", type: "link" },
0 commit comments