From be255996c4335a9e5713dbf45e95878a628e4fa7 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 14 Mar 2019 01:01:52 +0800 Subject: [PATCH] ffsend: init version 0.2.29 (#3213) --- ffsend.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ffsend.json diff --git a/ffsend.json b/ffsend.json new file mode 100644 index 0000000000..54884ee70b --- /dev/null +++ b/ffsend.json @@ -0,0 +1,24 @@ +{ + "homepage": "https://github.com/timvisee/ffsend", + "description": "Easily and securely share files from the command line. A fully featured Firefox Send client.", + "license": "GPL-3.0-only", + "version": "0.2.29", + "architecture": { + "64bit": { + "url": "https://github.com/timvisee/ffsend/releases/download/v0.2.29/ffsend-v0.2.29-windows-x64-static.exe#/ffsend.exe", + "hash": "297f1405bacdc34948cd94ba785336c48e1ac862984268d66a8928abd3e322e1" + } + }, + "depends": [ + "openssl" + ], + "bin": "ffsend.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/timvisee/ffsend/releases/download/v$version/ffsend-v$version-windows-x64-static.exe#/ffsend.exe" + } + } + } +}