From 47c89f8434d1c882af83cd5ea2028389e87abe77 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 4 Aug 2019 16:00:48 +0000 Subject: [PATCH] croc: Add version 6.1.1 (#297) --- bucket/croc.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/croc.json diff --git a/bucket/croc.json b/bucket/croc.json new file mode 100644 index 0000000000..9709643000 --- /dev/null +++ b/bucket/croc.json @@ -0,0 +1,33 @@ +{ + "version": "6.1.1", + "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/v6.1.1/croc_6.1.1_Windows-64bit.zip", + "hash": "4b5cf4db8fd81e62c1bfa8eedbdfb1a2158e3095cf677622732813072cc551f7" + }, + "32bit": { + "url": "https://github.com/schollz/croc/releases/download/v6.1.1/croc_6.1.1_Windows-32bit.zip", + "hash": "a26465862eab6c60e36e5815bf6097700d9de6b66d85e2af2c10d8c88a6c89a9" + } + }, + "bin": "croc.exe", + "checkver": { + "github": "https://github.com/schollz/croc" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-64bit.zip" + }, + "32bit": { + "url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-32bit.zip" + } + }, + "hash": { + "url": "$baseurl/croc_$version_checksums.txt" + } + } +}