Skip to content

Commit 16edac8

Browse files
committed
Fixing the download URL in the rockspec
1 parent 8dfaa85 commit 16edac8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua_cliargs"
2-
version = "2.3-0"
2+
version = "2.3-1"
33
source = {
4-
url = "https://github.com/downloads/amireh/lua_cliargs/lua_cliargs-2.3-0.tar.gz",
5-
dir = "lua_cliargs-2.3-0"
4+
url = "https://github.com/amireh/lua_cliargs/archive/v2.3-1.tar.gz",
5+
dir = "lua_cliargs-2.3-1"
66
}
77
description = {
88
summary = "A command-line argument parser.",

0 commit comments

Comments
 (0)