From d9104b71786cf1c1d40a4758cd850a1979686848 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 9 Aug 2019 00:43:37 +0800 Subject: [PATCH] gitomatic: Add version 0.2 (#306) --- bucket/gitomatic.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/gitomatic.json diff --git a/bucket/gitomatic.json b/bucket/gitomatic.json new file mode 100644 index 0000000000..ac025e03f6 --- /dev/null +++ b/bucket/gitomatic.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://github.com/muesli/gitomatic", + "version": "0.2", + "license": "MIT", + "description": "A tool to monitor git repositories and automatically pull & push changes.", + "architecture": { + "64bit": { + "url": "https://github.com/muesli/gitomatic/releases/download/v0.2/gitomatic_0.2_Windows_x86_64.tar.gz", + "hash": "21fa09906fa38dd50267d541c53588110c0c9d7d7dfba62a386172a01a410e91" + }, + "32bit": { + "url": "https://github.com/muesli/gitomatic/releases/download/v0.2/gitomatic_0.2_Windows_i386.tar.gz", + "hash": "7e52d14819cf2ac72f02120e04ba93276f7e7649ae95d13b24fa540557619e99" + } + }, + "bin": "gitomatic.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/muesli/gitomatic/releases/download/v$version/gitomatic_$version_Windows_x86_64.tar.gz" + }, + "32bit": { + "url": "https://github.com/muesli/gitomatic/releases/download/v$version/gitomatic_$version_Windows_i386.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}