Skip to content

Commit

Permalink
tagged release commit 1.4.0
Browse files Browse the repository at this point in the history
needed to touch the rockspecs to auto-upload them
  • Loading branch information
Tieske committed Mar 28, 2022
1 parent 98a75b8 commit 6a6eb91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions luaexpat-dev-1.rockspec → luaexpat-scm-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
local package_name = "luaexpat"
local package_version = "dev"
local package_version = "scm"
local rockspec_revision = "1"
local github_account_name = "lunarmodules"
local github_repo_name = package_name
local git_checkout = package_version == "dev" and "master" or package_version
local git_checkout = package_version == "scm" and "master" or package_version


package = package_name
Expand Down
2 changes: 1 addition & 1 deletion rockspecs/luaexpat-1.4.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local package_version = "1.4.0"
local rockspec_revision = "1"
local github_account_name = "lunarmodules"
local github_repo_name = package_name
local git_checkout = package_version == "dev" and "master" or package_version
local git_checkout = package_version == "scm" and "master" or package_version


package = package_name
Expand Down

0 comments on commit 6a6eb91

Please sign in to comment.