From 37ee3f4882d2efef0351697441019842791357b7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 23 Apr 2018 17:10:56 +0200 Subject: [PATCH] Add portainer version 1.16.5 --- portainer.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 portainer.json diff --git a/portainer.json b/portainer.json new file mode 100644 index 0000000000..496f739efd --- /dev/null +++ b/portainer.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://portainer.io/", + "license": "Zlib", + "version": "1.16.5", + "architecture": { + "64bit": { + "url": "https://github.com/portainer/portainer/releases/download/1.16.5/portainer-1.16.5-windows-amd64.tar.gz", + "hash": "40cec845d502a16480a57b392f4329a1f6cc6bc56bbfe799321752d3c19e7a2f" + } + }, + "extract_dir": "portainer", + "bin": "portainer.exe", + "checkver": { + "github": "https://github.com/portainer/portainer" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/portainer/portainer/releases/download/$version/portainer-$version-windows-amd64.tar.gz" + } + } + } +}