Skip to content

Commit

Permalink
WindowsPB: Add Cygwin Download Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Sep 11, 2024
1 parent a76d6b4 commit aaa54d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
win_get_url:
url: https://cygwin.com/setup-x86_64.exe
dest: C:\temp\cygwin.exe
force: no
checksum: e7815d360ab098fdd1f03f10f43f363c73a632e8866e304c72573cf1e6a0dec8
checksum_algorithm: sha256
when: not cygwin_installed.stat.exists
register: cygwin_download
tags: cygwin

# If you update this with a new package, modify the "Test
Expand Down

0 comments on commit aaa54d5

Please sign in to comment.