diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-12 09:43:29 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-12 09:43:29 +0100 |
| commit | 1da69cc549f1a0d659a8d8158cd15591800b6933 (patch) | |
| tree | 04efdad637c736c8460cdb17f5b4dc95c10be9a9 | |
| parent | cdd302772dbedb7a1fb1b430041d201f5d6dafd6 (diff) | |
| download | lanes-3.17.1.tar.gz lanes-3.17.1.tar.bz2 lanes-3.17.1.zip | |
Fix rockspec (oops)v3.17.1
| -rw-r--r-- | lanes-3.17.1-0.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lanes-3.17.1-0.rockspec b/lanes-3.17.1-0.rockspec index 69ee515..a2dc3af 100644 --- a/lanes-3.17.1-0.rockspec +++ b/lanes-3.17.1-0.rockspec | |||
| @@ -7,11 +7,11 @@ | |||
| 7 | 7 | ||
| 8 | package = "Lanes" | 8 | package = "Lanes" |
| 9 | 9 | ||
| 10 | version = "3.17.0-0" | 10 | version = "3.17.1-0" |
| 11 | 11 | ||
| 12 | source= { | 12 | source= { |
| 13 | url= "git+https://github.com/LuaLanes/lanes.git", | 13 | url= "git+https://github.com/LuaLanes/lanes.git", |
| 14 | branch= "v3.17.0" | 14 | branch= "v3.17.1" |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | description = { | 17 | description = { |
