diff options
| author | Axel Pahl <axelpahl@gmx.de> | 2020-04-15 12:02:12 +0200 |
|---|---|---|
| committer | Axel Pahl <axelpahl@gmx.de> | 2020-04-15 12:02:12 +0200 |
| commit | f575672eb65c9a9d53d06a4244b49365e3fe8d6a (patch) | |
| tree | 3a23d27cee9887e88dceec009f1b46b6532e1be5 | |
| parent | d2004b1f05ef0d17f14728837dbb1d061eea563d (diff) | |
| download | nimraylib-f575672eb65c9a9d53d06a4244b49365e3fe8d6a.tar.gz nimraylib-f575672eb65c9a9d53d06a4244b49365e3fe8d6a.zip | |
update to v3.0.0
| -rw-r--r-- | raylib.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ output = raylib [n.prepare] -download-lin = "https://github.com/raysan5/raylib/releases/download/2.5.0/raylib-2.5.0-Linux-amd64.tar.gz" -execute-lin = "tar -C raylib --strip-components=1 -x -f raylib/raylib-2.5.0-Linux-amd64.tar.gz" +download-lin = "https://github.com/raysan5/raylib/releases/download/3.0.0/raylib-3.0.0-Linux-amd64.tar.gz" +execute-lin = "tar -C raylib --strip-components=1 -x -f raylib/raylib-3.0.0-Linux-amd64.tar.gz" [n.include] raylib/include |
