Skip to content

Commit

Permalink
fix: the rockspec. (#37)
Browse files Browse the repository at this point in the history
* Update kong-aws-request-signing-1.0.4-3.rockspec

* Update kong-aws-request-signing-1.0.4-3.rockspec
  • Loading branch information
DanielRailean authored Feb 20, 2024
1 parent 45594b6 commit d158e64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kong-aws-request-signing-1.0.4-3.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ local rockspec_revision = "3"

local github_account_name = "LEGO"
local github_repo_name = "kong-aws-request-signing"
local git_checkout = package_version == "dev" and "MAIN" or package_version


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 = git_checkout,
branch = version,
}


Expand Down

0 comments on commit d158e64

Please sign in to comment.