From 80acfafab374e0c70114558188cb7560e6e63b38 Mon Sep 17 00:00:00 2001 From: Johannes Tuchscherer Date: Thu, 10 Sep 2015 01:08:54 -0600 Subject: [PATCH] Fixing the TAG URL --- repo-index.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo-index.yml b/repo-index.yml index 03cd201..5f6bdde 100644 --- a/repo-index.yml +++ b/repo-index.yml @@ -11,11 +11,11 @@ homepage: http://github.com/jtuchscherer/nozzle-plugin binaries: - platform: osx - url: http://github.com/jtuchscherer/nozzle-plugin/releases/download/_TAG_/nozzle-plugin-darwin + url: http://github.com/jtuchscherer/nozzle-plugin/releases/download/__TAG__/nozzle-plugin-darwin checksum: __osx-sha1__ - platform: win64 - url: http://github.com/jtuchscherer/nozzle-plugin/releases/download/_TAG_/nozzle-plugin.exe + url: http://github.com/jtuchscherer/nozzle-plugin/releases/download/__TAG__/nozzle-plugin.exe checksum: __win64-sha1__ - platform: linux64 - url: http://github.com/jtuchscherer/nozzle-plugin/releases/download/_TAG_/nozzle-plugin-linux + url: http://github.com/jtuchscherer/nozzle-plugin/releases/download/__TAG__/nozzle-plugin-linux checksum: __linux64-sha1__