From d3a72b172761be1d0b794d03221ccbc489082bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 27 Aug 2020 08:26:34 +0200 Subject: [PATCH] croc: Update to version 8.1.0 --- bucket/croc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/croc.json b/bucket/croc.json index ab94bafb3c..424f206119 100644 --- a/bucket/croc.json +++ b/bucket/croc.json @@ -1,16 +1,16 @@ { - "version": "8.0.13", + "version": "8.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/v8.0.13/croc_8.0.13_Windows-64bit.zip", - "hash": "efd3b644e6151115a5bb27fad495737d22f5bec00d99afce0a71c52b7d1b10d9" + "url": "https://github.com/schollz/croc/releases/download/v8.1.0/croc_8.1.0_Windows-64bit.zip", + "hash": "6a22a3d5e07783b106942c9c4c6ab86c2b3fc43dd8a4a418e30ab863fb91fa03" }, "32bit": { - "url": "https://github.com/schollz/croc/releases/download/v8.0.13/croc_8.0.13_Windows-32bit.zip", - "hash": "ca140fd2257c0d6555a7ea8d0d3efb0f0bf89ff694e8baefad3d35b0d24ecbb2" + "url": "https://github.com/schollz/croc/releases/download/v8.1.0/croc_8.1.0_Windows-32bit.zip", + "hash": "b8ce1abbca35e8e035bb4d059b752c26a20a658169e359ee4cb00e7bd1c48e7d" } }, "bin": "croc.exe",