From 4e584eb686e09e2e81e947a93fdeea0eb7a3230b Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Mon, 28 Mar 2016 22:58:05 -0400 Subject: [PATCH] Promote `rancher-compose` to main bucket --- rancher-compose.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rancher-compose.json diff --git a/rancher-compose.json b/rancher-compose.json new file mode 100644 index 0000000000..57eefc3cd6 --- /dev/null +++ b/rancher-compose.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://rancher.com/", + "version": "0.7.3", + "architecture": { + "32bit": { + "url": "https://github.com/rancher/rancher-compose/releases/download/v0.7.3/rancher-compose-windows-386-v0.7.3.zip", + "hash":"c24d8b4fff9a9ee65551cd3db046c566dec6da64e2cb37a93cc7850de88c987a" + }, + "64bit": { + "url": "https://github.com/rancher/rancher-compose/releases/download/v0.7.3/rancher-compose-windows-amd64-v0.7.3.zip", + "hash": "d7891164e2aa29c2cbee6f12fb8b5c31d07ecf7f40e4226f1b2b7b2d6944fe8c" + } + }, + "license": "Apache 2.0", + "extract_dir": "rancher-compose-v0.7.3", + "bin": [ + "rancher-compose.exe" + ], + "checkver": { + "url": "https://github.com/rancher/rancher-compose/releases", + "re": "v(\\d+\\.\\d+\\.\\d+)" + } +}