From 6543cf863d8d0295a0e7bc5d3ea322e2663eafd9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 21 Jun 2021 19:00:23 +0000 Subject: [PATCH] croc: Update to version 9.2.0 --- bucket/croc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/croc.json b/bucket/croc.json index c8545f467e..aea4c81e23 100644 --- a/bucket/croc.json +++ b/bucket/croc.json @@ -1,16 +1,16 @@ { - "version": "9.1.6", + "version": "9.2.0", "description": "Easily and securely send things from one computer to another.", "homepage": "https://schollz.com/software/croc6", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/schollz/croc/releases/download/v9.1.6/croc_9.1.6_Windows-64bit.zip", - "hash": "7bc8c67513eb13ae69c77c315ed354dfac7f2ead424fcd4ccb2384139926ff9f" + "url": "https://github.com/schollz/croc/releases/download/v9.2.0/croc_9.2.0_Windows-64bit.zip", + "hash": "0ac1e91826eabd78b1aca342ac11292a7399a2fdf714158298bae1d1bd12390b" }, "32bit": { - "url": "https://github.com/schollz/croc/releases/download/v9.1.6/croc_9.1.6_Windows-32bit.zip", - "hash": "6d738f958235ecda168b51cb0f3388bc17ff4d1a050aaa4bcab4dae04eb7f5c0" + "url": "https://github.com/schollz/croc/releases/download/v9.2.0/croc_9.2.0_Windows-32bit.zip", + "hash": "071f70a979704caf96d8ab9efe0b31c824fc4ef196efc734137207ad0d5cab5b" } }, "bin": "croc.exe",