From da69975c601d187fa708c85811a365200532ee9f Mon Sep 17 00:00:00 2001 From: Asad Saeeduddin Date: Mon, 12 Mar 2018 10:03:32 -0400 Subject: [PATCH] Add tup version 0.7.5-58-ga9befa9 (#2119) --- tup.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tup.json diff --git a/tup.json b/tup.json new file mode 100644 index 0000000000..bbd3384bb4 --- /dev/null +++ b/tup.json @@ -0,0 +1,16 @@ +{ + "homepage": "http://gittup.org", + "version": "0.7.5-58-ga9befa9", + "license": "GPL-2.0", + "url": "http://gittup.org/tup/win32/tup-latest.zip", + "hash": "3eb0f3e28a38f1e29d426d414b2ffddff6b18db547e9ff56920f3cedb93e1d3c", + "bin": "tup.exe", + "checkver": { + "url": "http://gittup.org/tup/win32", + "re": "tup-v([\\w.-]+).zip", + "reverse": true + }, + "autoupdate": { + "url": "http://gittup.org/tup/win32/tup-latest.zip" + } +}