1
1
# <p align =" center " >The Update Framework Specification
2
2
3
- Last modified: ** 06 October 2020**
3
+ Last modified: ** 07 October 2020**
4
4
5
- Version: ** 1.0.11 **
5
+ Version: ** 1.0.12 **
6
6
7
7
We strive to make the specification easy to implement, so if you come across
8
8
any inconsistencies or experience any difficulty, do let us know by sending an
@@ -811,7 +811,7 @@ repo](https://github.com/theupdateframework/specification/issues).
811
811
{ TARGETPATH : {
812
812
"length" : LENGTH,
813
813
"hashes" : HASHES,
814
- ("custom" : { ... } ) }
814
+ ("custom" : CUSTOM ) }
815
815
, ...
816
816
}
817
817
@@ -833,12 +833,13 @@ repo](https://github.com/theupdateframework/specification/issues).
833
833
cryptographic hash function. For example: { "sha256": HASH, ... }. HASH is
834
834
the hexdigest of the cryptographic function computed on the target file.
835
835
836
- If defined, the elements and values of "custom" will be made available to the
837
- client application. The information in "custom" is opaque to the framework
838
- and can include version numbers, dependencies, requirements, and any other
839
- data that the application wants to include to describe the file at
840
- TARGETPATH. The application may use this information to guide download
841
- decisions.
836
+ If defined, the elements and values of the CUSTOM object will be made
837
+ available to the client application. The format of the CUSTOM object is
838
+ opaque to the framework, which only needs to know that the "custom"
839
+ attribute maps to an object. The CUSTOM object may include version
840
+ numbers, dependencies, requirements, or any other data that the application
841
+ wants to include to describe the file at TARGETPATH. The application may
842
+ use this information to guide download decisions.
842
843
843
844
DELEGATIONS is an object whose format is the following:
844
845
0 commit comments