Skip to content

Commit

Permalink
Add checksums to capstone download
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jun 30, 2023
1 parent 71f8f97 commit 896e9d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
url: https://github.com/capstone-engine/capstone/archive/{{ capstone_version }}.tar.gz
dest: /tmp/capstone-{{ capstone_version }}.tar.gz
force: no
mode: 0644
mode: 0440
checksum: sha512:7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e
when:
- (ansible_distribution == "RedHat" or ansible_distribution == "CentOS" or ansible_distribution == "SLES")
- capstone_installed.rc != 0
Expand Down

0 comments on commit 896e9d7

Please sign in to comment.