diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-04-13 18:13:25 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-04-13 18:13:25 +0000 |
| commit | 7afbcf349dc66f95fc02ca819851c39e44500c9c (patch) | |
| tree | a9e06502fce7658c28b0acf5f4eade402843ded6 | |
| parent | bump version to 1.1.0 (diff) | |
| download | lua-abletonlink-7afbcf349dc66f95fc02ca819851c39e44500c9c.tar.gz lua-abletonlink-7afbcf349dc66f95fc02ca819851c39e44500c9c.zip | |
| -rw-r--r-- | abletonlink-1.1.0-2.rockspec (renamed from abletonlink-1.1.0-1.rockspec) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abletonlink-1.1.0-1.rockspec b/abletonlink-1.1.0-2.rockspec index a3bc950..d9c5981 100644 --- a/abletonlink-1.1.0-1.rockspec +++ b/abletonlink-1.1.0-2.rockspec @@ -1,6 +1,6 @@ rockspec_format = "3.0" package = "abletonlink" -version = "1.1.0-1" +version = "1.1.0-2" source = { url = 'git+https://git.s-ol.nu/lua-abletonlink.git', tag = 'v1.1.0', @@ -26,7 +26,7 @@ build = { abletonlink = { sources = { 'abletonlink.c', - 'tinycthreads.c', + 'tinycthread.c', 'link/extensions/abl_link/src/abl_link.cpp', }, incdirs = { |
