From 0dd2afc6d0fc173bac3705dba0cbeddddde074bc Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 13 Aug 2019 22:53:20 +0800 Subject: [PATCH] s: Move from 'extras' (#326) --- bucket/s.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/s.json diff --git a/bucket/s.json b/bucket/s.json new file mode 100644 index 0000000000..293a84dc93 --- /dev/null +++ b/bucket/s.json @@ -0,0 +1,30 @@ +{ + "homepage": "https://github.com/zquestz/s", + "description": "Open a web search in your terminal.", + "license": "MIT", + "version": "0.5.14", + "architecture": { + "64bit": { + "url": "https://github.com/zquestz/s/releases/download/v0.5.14/s-windows_amd64.zip", + "hash": "d8da5cfbe37e87f2bb22d5bdec5b52cc7faf17eeadf2c259304a48ffd2c47cce", + "extract_dir": "s-windows_amd64" + }, + "32bit": { + "url": "https://github.com/zquestz/s/releases/download/v0.5.14/s-windows_386.zip", + "hash": "0aba3fcb13623f915683abc1ddfd06e6d4aa909a2c1997795848babde2329bc2", + "extract_dir": "s-windows_386" + } + }, + "bin": "s.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/zquestz/s/releases/download/v$version/s-windows_amd64.zip" + }, + "32bit": { + "url": "https://github.com/zquestz/s/releases/download/v$version/s-windows_386.zip" + } + } + } +}