From fa2b99b6477af8453bf8c9252574b0df2d16245f Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Tue, 8 Aug 2017 09:21:19 -0700 Subject: [PATCH] Add artifact v0.9.0. --- artifact.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 artifact.json diff --git a/artifact.json b/artifact.json new file mode 100644 index 0000000000..114632cfc6 --- /dev/null +++ b/artifact.json @@ -0,0 +1,27 @@ +{ + "version": "0.9.0", + "homepage": "https://github.com/vitiral/artifact", + "license": "LGPL", + "bin": "art.exe", + "checkver": "github", + "architecture": { + "64bit": { + "url": "https://github.com/vitiral/artifact/releases/download/v0.9.0/artifact-app-v0.9.0-x86_64-pc-windows-msvc.zip", + "hash": "943da3c632af2b1ab2fa78a45c546406ca4ea67e4cca3981fe228c30e8df56e8" + }, + "32bit": { + "url": "https://github.com/vitiral/artifact/releases/download/v0.9.0/artifact-app-v0.9.0-i686-pc-windows-msvc.zip", + "hash": "4824e19cd48d83de0ff3896ef267074a28ae3fc8112194038de77e6e026420e2" + } + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/vitiral/artifact/releases/download/$version/artifact-app-$version-x86_64-pc-windows-msvc.zip" + }, + "32bit": { + "url": "https://github.com/vitiral/artifact/releases/download/$version/artifact-app-$version-i686-pc-windows-msvc.zip" + } + } + } +}