Skip to content

Commit 91f225d

Browse files
committed
0.0.1
1 parent 3dc014a commit 91f225d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,25 @@ Prebuilt binaries are available for [LuaJIT 2.1](https://luajit.org/) and [Lua 5
6262
This will install suitable prebuilt binaries if found, otherwise will build from the source rock
6363

6464
```sh
65-
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
65+
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
6666
```
6767

6868
### Install the source rock
6969

7070
```sh
71-
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua 4.8.0
71+
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua 4.8.0
7272
```
7373

7474
### Install the prebuilt binaries for lua 5.4
7575

7676
```sh
77-
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua 4.8.0lua5.4
77+
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua 4.8.0lua5.4
7878
```
7979

8080
### Install the prebuilt binaries for LuaJIT 2.1
8181

8282
```sh
83-
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua 4.8.0luajit2.1
83+
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua 4.8.0luajit2.1
8484
```
8585

8686
## Examples
@@ -256,7 +256,7 @@ git clone --depth 1 --branch v0.0.1 https://github.com/smbape/lua-opencv.git
256256
cd lua-opencv
257257
build.bat --target lua "-DLua_VERSION=5.4" --install
258258
build.bat --target luarocks
259-
luarocks\luarocks.bat install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
259+
luarocks\luarocks.bat install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
260260
npm ci
261261
node scripts\test.js --Release
262262
```
@@ -269,7 +269,7 @@ git clone --depth 1 --branch v0.0.1 https://github.com/smbape/lua-opencv.git
269269
cd lua-opencv
270270
./build.sh --target lua "-DLua_VERSION=5.4" --install
271271
./build.sh --target luarocks
272-
./luarocks/luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
272+
./luarocks/luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
273273
npm ci
274274
node scripts/test.js --Release
275275
```

luarocks/opencv_lua-scm-1.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ description = {
1111
1212
Linux/Windows users:
1313
I recommend you to try installing the prebuilt binary with
14-
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
14+
luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
1515
1616
If the prebuilt binary does not work, then I recommend to host your own binary rocks by following the instructions at
17-
https://github.com/smbape/lua-opencv/tree/v0.0.0#hosting-you-own-binary-rocks
17+
https://github.com/smbape/lua-opencv/tree/v0.0.1#hosting-you-own-binary-rocks
1818
19-
Otherwise, follow the instructions at https://github.com/smbape/lua-opencv/tree/v0.0.0#prerequisites-to-source-rock-install
19+
Otherwise, follow the instructions at https://github.com/smbape/lua-opencv/tree/v0.0.1#prerequisites-to-source-rock-install
2020
before attempting to install the source rock.
2121
]],
2222
homepage = "https://github.com/smbape/lua-opencv",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv_lua",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "",
66
"scripts": {

0 commit comments

Comments
 (0)