From 6efc50602fca6c7e72cfe085f7f27ba8d6bd7eb8 Mon Sep 17 00:00:00 2001 From: TheRandomLabs Date: Tue, 22 Oct 2019 04:42:12 +1100 Subject: [PATCH] butterflow: Add version 0.2.4a4 (#491) --- bucket/butterflow.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/butterflow.json diff --git a/bucket/butterflow.json b/bucket/butterflow.json new file mode 100644 index 0000000000..114324f334 --- /dev/null +++ b/bucket/butterflow.json @@ -0,0 +1,31 @@ +{ + "version": "0.2.4a4", + "description": "Video manipulation tool.", + "homepage": "https://github.com/dthpham/butterflow", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/dthpham/butterflow/releases/download/0.2.4.alpha2/butterflow-0.2.4a4-win64.zip", + "hash": "856ad05bafaeb9d084d6b1cbf0bdec17defeef438e610f6a3a772087acea301b", + "extract_dir": "butterflow-0.2.4a4-win64" + } + }, + "bin": "butterflow.exe", + "checkver": { + "github": "https://github.com/dthpham/butterflow", + "regex": "download/(?[\\w.]+)/butterflow-([\\w.]+)-win64\\.zip", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/dthpham/butterflow/releases/download/$matchRel/butterflow-$version-win64.zip", + "extract_dir": "butterflow-$version-win64" + } + }, + "hash": { + "url": "https://raw.githubusercontent.com/dthpham/butterflow/master/README.md", + "regex": "$basename\\s+\\* Sha256: $sha256" + } + } +}