Skip to content

Commit

Permalink
(#14022) [docs] Remove sha256 for patches in conandata.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>

Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries authored Nov 4, 2022
1 parent b848df2 commit 5d65386
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/conandata_yml_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ patches:
patch_description: "Link CoreFoundation and CoreServices with find_library"
patch_type: "portability"
patch_source: "https://a-url-to-a-pull-request-mail-list-topic-issue-or-question"
sha256: "qafe4rq54533qa43esdaq53ewqa5"
```

### Patches fields
Expand Down Expand Up @@ -233,9 +232,3 @@ For the `patch_type: conan`, it doesn't make sense to submit patch upstream, so
_Optional_

Specifies a sub-directory in project's sources to apply patch. This directory is relative to the [source_folder](https://docs.conan.io/en/latest/reference/conanfile/attributes.html?highlight=source_folder#source-folder). Usually, it would be a `source_subfolder`, but could be a lower-level sub-directory (e.g. if it's a patch for a submodule).

#### sha256

_Optional_

This is the hash for the patch itself, in the same way this field is used in the `sources` section.

0 comments on commit 5d65386

Please sign in to comment.