Skip to content

Commit

Permalink
Fix rockspec using https:// instead of git://
Browse files Browse the repository at this point in the history
This led luarocks to fail to install it from the repo
  • Loading branch information
wqferr committed Oct 29, 2024
1 parent 322996c commit 5b1b788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
luac.out

# luarocks build files
*.src.rock
*.rock
*.zip
*.tar.gz

Expand Down
Binary file removed functional-1.6-0.all.rock
Binary file not shown.
4 changes: 2 additions & 2 deletions functional-1.6-0.rockspec → functional-1.6.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package = "functional"
version = "1.6-0"
version = "1.6.0-1"
source = {
url = "https://github.com/wqferr/functional",
url = "git://github.com/wqferr/functional",
tag = "v1.6.0"
}

Expand Down

0 comments on commit 5b1b788

Please sign in to comment.