Updated checksums.

This commit is contained in:
Franco Masotti 2021-10-16 22:43:44 +02:00
parent 1e5aa20190
commit a7a45b2ed3
Signed by: frnmst
GPG Key ID: 24116ED85666780A
1 changed files with 6 additions and 4 deletions

View File

@ -127,17 +127,19 @@ File['invoice']['attachment'] = {
'filetype whitelist': ['application/pdf']
}
# Checksums.
#############
# Checksums #
#############
# SHA-512 checksum of the assets.
Checksum = dict()
Checksum[Paths['invoice file']['XSLT']['PA']] = '301db9da3c0715c0ab5db22c561bfb2812fea3cef150ff4a2124fe6141ebb3cb1c898d7ca3c931f716eff3b7b1946ebc86ca8bdd6d7561979f2f3a0cb95ff560'
Checksum[Paths['invoice file']['XSLT']['ordinaria']] = '849c4b50956b9e9eaccbbbffb04c1f345ff4abdc0dd191a14c54d48092c661984b1fcdb910c4c92291e158a62ecbb1c588d94e6bd6479e61ff6376746154df6c'
Checksum[Paths['invoice file']['XSLT']['PA']] = 'd1ca406c6bb174aa351eae4d6ca162b459e00ab3993d87f977c118c0edfe4201c8aec54c7498f324285a56677885cb11bba5de02ae0c9e46b63ab679eb7aa4a2'
Checksum[Paths['invoice file']['XSLT']['ordinaria']] = '2c315cbb04126e98192c0afa585fe3b264ed4fada044504cf9ad77f2272e26106916239e86238dc250f15f5b22a33383e2e690ae28a5f5eb7a8a3b84d3f393b3'
# Checksum of the patched schema file, not of the original one which is
# 2a7c3f2913ee390c167e41ae5618c303b481f548f9b2a8d60dddc36804ddd3ebf7cb5003e5cc6996480c67d085b82b438aff7cc0f74d7c104225449785cb575b
Checksum[Paths['invoice file']['XSD']['default']] = 'a1b02818f81ac91f35358260dd12e1bf4480e1545bb457caffa0d434200a1bd05bedd88df2d897969485a989dda78922850ebe978b92524778a37cb0afacba27'
Checksum[Paths['trusted list file']] = 'f70f29e35c866ae6b0b51f0060c96f427840818dbdd51de693bfc2afaf67a3d89a3c9d9a71a27a18734b75adafc736bb8fbfc8ec3fb8a68b3d6e708b382b0260'
Checksum[Paths['trusted list file']] = '18ba1d9fd695c95c2c445b0203b268404066386b9e433991ffc32699af08ab3cda4ec2a6d26ebb4d53ca830470f6aba2b35c8c954245e730fbed1ecaee30bd14'
if __name__ == '__main__':
pass