cygwin@2.932: Fix hash (Closes #5766)

This commit is contained in:
github-actions[bot] 2024-04-28 19:49:52 +00:00
parent 68671dea93
commit 2d20caaa1f

View File

@ -10,11 +10,11 @@
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
"hash": "9aeacdcf8ff71e2d1a1f9b4685eac12c4de4bb312d44ddac2c7b226f5952bfde"
"hash": "e7815d360ab098fdd1f03f10f43f363c73a632e8866e304c72573cf1e6a0dec8"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
"hash": "2f1fb00d2693c431d6878799fce00e86a1a238afb8fd4289590708861fb27d8a"
"hash": "daf39439cf53968043c0f5944853abf571859fcfdf63dfd3a4f84d7f60d65ee4"
}
},
"pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",