Skip to content

Commit

Permalink
Add blake2 hashes to meta schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jan 1, 2015
1 parent 286d48c commit 4c6851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkg/pkg_repo_meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pkg_repo_meta_open_schema_v1()
"maintainer = {type = string};\n"
"source = {type = string};\n"
"packing_format = {enum = [txz, tbz, tgz]};\n"
"digest_format = {enum = [sha256_base32, sha256_hex]};\n"
"digest_format = {enum = [sha256_base32, sha256_hex, blake2_base32]};\n"
"digests = {type = string};\n"
"manifests = {type = string};\n"
"conflicts = {type = string};\n"
Expand Down

0 comments on commit 4c6851c

Please sign in to comment.