Skip to content

Commit

Permalink
curl: Update to version 8.5.0_5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2024
1 parent b1af46a commit 6ad510c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bucket/curl.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "8.5.0_4",
"version": "8.5.0_5",
"description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.se/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.se/windows/dl-8.5.0_4/curl-8.5.0_4-win64-mingw.tar.xz",
"hash": "68bdf3e5f14f0112309e468916242eaae3063991e9bc73202b2ad491f623855a",
"extract_dir": "curl-8.5.0_4-win64-mingw"
"url": "https://curl.se/windows/dl-8.5.0_5/curl-8.5.0_5-win64-mingw.tar.xz",
"hash": "a2477d344b8a8fb24ce022707acfe29f9fa884d47001e2477a8bfaa0ae9b5388",
"extract_dir": "curl-8.5.0_5-win64-mingw"
},
"32bit": {
"url": "https://curl.se/windows/dl-8.5.0_4/curl-8.5.0_4-win32-mingw.tar.xz",
"hash": "66f8e2d215890f534ff7000c9bed0d4e9ad76abee87f9d1e3ef6e473c8bb7543",
"extract_dir": "curl-8.5.0_4-win32-mingw"
"url": "https://curl.se/windows/dl-8.5.0_5/curl-8.5.0_5-win32-mingw.tar.xz",
"hash": "2826c929e9a52ab350943b5cf58ae7ff1a4339afd873fc2deaa6fb6ad36d6908",
"extract_dir": "curl-8.5.0_5-win32-mingw"
},
"arm64": {
"url": "https://curl.se/windows/dl-8.5.0_4/curl-8.5.0_4-win64a-mingw.tar.xz",
"hash": "564e83641c22bdeea277689897cf9952cd5e22564865b7fc9de7bf7b336b668a",
"extract_dir": "curl-8.5.0_4-win64a-mingw"
"url": "https://curl.se/windows/dl-8.5.0_5/curl-8.5.0_5-win64a-mingw.tar.xz",
"hash": "4210390f5d6f78769577b1dc657a4aa2be4bb2f985f5c77bdd3fbcf6816869cb",
"extract_dir": "curl-8.5.0_5-win64a-mingw"
}
},
"bin": "bin\\curl.exe",
Expand Down

0 comments on commit 6ad510c

Please sign in to comment.