s: Update to version 0.5.15

This commit is contained in:
Jakub Čábera 2021-03-07 09:50:50 +01:00
parent 5adc0ba064
commit 6fe13d8a42

View File

@ -1,17 +1,17 @@
{ {
"version": "0.5.14", "version": "0.5.15",
"description": "Open a web search in your terminal.", "description": "Open a web search in your terminal.",
"homepage": "https://github.com/zquestz/s", "homepage": "https://github.com/zquestz/s",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.5.14/s-windows_amd64.zip", "url": "https://github.com/zquestz/s/releases/download/v0.5.15/s-windows_amd64.zip",
"hash": "d8da5cfbe37e87f2bb22d5bdec5b52cc7faf17eeadf2c259304a48ffd2c47cce", "hash": "9f9d3809cebb8e06ea34308cb2a0112805fc2365829215376ff6388abbb596dc",
"extract_dir": "s-windows_amd64" "extract_dir": "s-windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.5.14/s-windows_386.zip", "url": "https://github.com/zquestz/s/releases/download/v0.5.15/s-windows_386.zip",
"hash": "0aba3fcb13623f915683abc1ddfd06e6d4aa909a2c1997795848babde2329bc2", "hash": "dd56f7d4ad88ba189580c294a34d89c8538d62e9db2af277b59d69e653ebeb53",
"extract_dir": "s-windows_386" "extract_dir": "s-windows_386"
} }
}, },