@@ -38,15 +38,15 @@ const resolver: { [key: string]: ResolverField } = {
3838 build_date : { label : "Build Date" , type : "date" } ,
3939 size : { label : "Size" , type : "size" } ,
4040 download_url : { label : "Download URL" , type : "link" } ,
41- shasum : { label : "SHA 256 SUM " , type : "hash" } ,
41+ shasum : { label : "SHA256SUM " , type : "hash" } ,
4242 src_url : { label : "Source URL" , type : "link" } ,
4343 homepage : { label : "Homepage" , type : "links" } ,
4444 build_script : { label : "Build Script" , type : "link" } ,
4545 build_log : { label : "Build Log" , type : "link" } ,
4646 build_gha : { label : "Build CI" , type : "link" } ,
4747 category : { label : "Category" , type : "category" } ,
4848 icon : { label : "Icon" , type : "link" } ,
49- provides : { label : "Provides" , type : "default " } ,
49+ provides : { label : "Provides" , type : "tags " } ,
5050 description : { label : "Description" , type : "default" } ,
5151 host : { label : "Host" , type : "default" } ,
5252 pkg_type : { label : "Package Type" , type : "default" } ,
0 commit comments