From fc73508993fa391facb5b035884a8eee1a809055 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 20 Apr 2021 23:00:15 +0000 Subject: [PATCH] croc: Update to version 9.1.0 --- bucket/croc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/croc.json b/bucket/croc.json index 0678278ac2..265510b88e 100644 --- a/bucket/croc.json +++ b/bucket/croc.json @@ -1,16 +1,16 @@ { - "version": "9.0.0", + "version": "9.1.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.0.0/croc_9.0.0_Windows-64bit.zip", - "hash": "bba5c1d2ff17bd05c8fdb6f53b98370fa69fa2d603e9b0fa352b48aabdf1938b" + "url": "https://github.com/schollz/croc/releases/download/v9.1.0/croc_9.1.0_Windows-64bit.zip", + "hash": "bce94dd9d0de2ba36366ec021c216e9d2c78064b27222ec2b578fc0103c10700" }, "32bit": { - "url": "https://github.com/schollz/croc/releases/download/v9.0.0/croc_9.0.0_Windows-32bit.zip", - "hash": "d0f814207aa4a32e7c7a28ce7f5a7ec173ed0a507333d054dd5ae6f18d1e4b75" + "url": "https://github.com/schollz/croc/releases/download/v9.1.0/croc_9.1.0_Windows-32bit.zip", + "hash": "0cf6747533cb9399e5aee00196023a811ac2dcc2053c0b1aa420b73c67afb52d" } }, "bin": "croc.exe",