From 5c2e68b1db818dd83da6f820743bd96625834249 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 2 Oct 2021 18:00:31 +0000 Subject: [PATCH] croc: Update to version 9.4.0 --- bucket/croc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/croc.json b/bucket/croc.json index 0debda0bb1..093bb7cf5a 100644 --- a/bucket/croc.json +++ b/bucket/croc.json @@ -1,16 +1,16 @@ { - "version": "9.3.0", + "version": "9.4.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.3.0/croc_9.3.0_Windows-64bit.zip", - "hash": "dc78f8f90c92912764db058bbdd28847d7530919610706c0c8d583df210b808c" + "url": "https://github.com/schollz/croc/releases/download/v9.4.0/croc_9.4.0_Windows-64bit.zip", + "hash": "5b1e0539194f8769bf1e0cac78ed02fcfc9979fbd4f970d3f69d94c5cfbbc55b" }, "32bit": { - "url": "https://github.com/schollz/croc/releases/download/v9.3.0/croc_9.3.0_Windows-32bit.zip", - "hash": "cdd6a3d743f9bdf2044056a099180608995a57c8b7b5b85b81299166fc09d2ca" + "url": "https://github.com/schollz/croc/releases/download/v9.4.0/croc_9.4.0_Windows-32bit.zip", + "hash": "78353b99c49a9bb1157f68dde9d07574da2e4b02f39d4c681eef6316f093fcfe" } }, "bin": "croc.exe",