From 9dd819cb47e6b33b7ae49af7c98ca1df337b5c4f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 14 Jun 2018 23:06:32 +0200 Subject: [PATCH] Add usql version 0.7.0 (#2307) --- usql.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usql.json diff --git a/usql.json b/usql.json new file mode 100644 index 0000000000..ef029e09ca --- /dev/null +++ b/usql.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/xo/usql", + "description": "Universal command-line interface for SQL databases", + "license": "MIT", + "version": "0.7.0", + "url": "https://github.com/xo/usql/releases/download/v0.7.0/usql-0.7.0-windows-amd64.zip", + "hash": "5d162f11b94f6ba9daa128d1f6c5067e88270783f9ec77e78a15819b4335e96d", + "bin": "usql.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/xo/usql/releases/download/v$version/usql-$version-windows-amd64.zip" + } +}