Skip to content

Commit

Permalink
final fixing the rockspec. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRailean authored Feb 20, 2024
1 parent d158e64 commit 0a9c230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion kong-aws-request-signing-1.0.4-3.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}


Expand Down

0 comments on commit 0a9c230

Please sign in to comment.