Ports: Update lz4 port to version 1.9.4

This commit is contained in:
Liav A 2022-10-08 12:38:22 +03:00 committed by Andreas Kling
parent e537035cc6
commit 71647871f9
Notes: sideshowbarker 2024-07-17 06:35:16 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
| [`lz4`](lz4/) | lz4 - Extremely Fast Compression algorithm | 1.9.3 | https://github.com/lz4/lz4 |
| [`lz4`](lz4/) | lz4 - Extremely Fast Compression algorithm | 1.9.4 | https://github.com/lz4/lz4 |
| [`m4`](m4/) | GNU M4 | 1.4.19 | https://www.gnu.org/software/m4/ |
| [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ |
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |

View File

@ -1,5 +1,5 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='lz4'
version='1.9.3'
files="https://github.com/lz4/lz4/archive/refs/tags/v${version}.tar.gz lz4-${version}.tar.gz 030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1"
version='1.9.4'
files="https://github.com/lz4/lz4/archive/refs/tags/v${version}.tar.gz lz4-${version}.tar.gz 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b"
auth_type='sha256'