From 9d3e524f5d9c77e79e87f14ce77d2985e8cf0221 Mon Sep 17 00:00:00 2001 From: DanielRailean Date: Tue, 20 Feb 2024 10:18:11 +0100 Subject: [PATCH] final fixing the rockspec. --- Readme.md | 2 +- kong-aws-request-signing-1.0.4-3.rockspec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index fd7a95a..2152386 100644 --- a/Readme.md +++ b/Readme.md @@ -74,7 +74,7 @@ There are two things necessary to make a custom plugin work in Kong: The easiest way to install the plugin is using `luarocks`. ```sh -luarocks install https://raw.githubusercontent.com/LEGO/kong-aws-request-signing/main/kong-aws-request-signing-1.0.0-3.all.rock +luarocks install https://github.com/LEGO/kong-aws-request-signing/raw/main/rocks/kong-aws-request-signing-1.0.4-3.all.rock ``` You can substitute `1.0.0-3` in the command above with any other version you want to install. diff --git a/kong-aws-request-signing-1.0.4-3.rockspec b/kong-aws-request-signing-1.0.4-3.rockspec index ce84d4b..fae3050 100644 --- a/kong-aws-request-signing-1.0.4-3.rockspec +++ b/kong-aws-request-signing-1.0.4-3.rockspec @@ -9,9 +9,10 @@ local github_repo_name = "kong-aws-request-signing" package = package_name version = package_version .. "-" .. rockspec_revision supported_platforms = { "linux", "macosx" } + source = { url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git", - branch = version, + branch = "main", }