From 01f5c9358560f2735d71ea55ea26c2fa14c6b7b0 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 24 Dec 2015 10:41:09 -0800 Subject: [PATCH] update plugn download url and version --- Makefile | 2 +- deb.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad1e47935..6b665dceb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOKKU_VERSION = master SSHCOMMAND_URL ?= https://raw.githubusercontent.com/dokku/sshcommand/master/sshcommand -PLUGN_URL ?= https://github.com/dokku/dokku/releases/download/v0.4.0/plugn_0.2.0_linux_x86_64.tgz +PLUGN_URL ?= https://github.com/dokku/plugn/releases/download/v0.2.1/plugn_0.2.1_linux_x86_64.tgz STACK_URL ?= https://github.com/gliderlabs/herokuish.git PREBUILT_STACK_URL ?= gliderlabs/herokuish:latest DOKKU_LIB_ROOT ?= /var/lib/dokku diff --git a/deb.mk b/deb.mk index aab4a44fc..513f6028b 100644 --- a/deb.mk +++ b/deb.mk @@ -10,7 +10,7 @@ DOKKU_ARCHITECTURE = amd64 PLUGN_DESCRIPTION = 'Hook system that lets users extend your application with plugins' PLUGN_REPO_NAME ?= dokku/plugn -PLUGN_VERSION ?= 0.2.0 +PLUGN_VERSION ?= 0.2.1 PLUGN_ARCHITECTURE = amd64 PLUGN_PACKAGE_NAME = plugn_$(PLUGN_VERSION)_$(PLUGN_ARCHITECTURE).deb