mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Ports: Update lz4 port to version 1.9.4
This commit is contained in:
parent
e537035cc6
commit
71647871f9
2 changed files with 3 additions and 3 deletions
|
@ -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 |
|
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
|
||||||
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
|
| [`luarocks`](luarocks/) | LuaRocks | 3.8.0 | https://luarocks.org/ |
|
||||||
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
|
| [`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/ |
|
| [`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/ |
|
| [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ |
|
||||||
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
|
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='lz4'
|
port='lz4'
|
||||||
version='1.9.3'
|
version='1.9.4'
|
||||||
files="https://github.com/lz4/lz4/archive/refs/tags/v${version}.tar.gz lz4-${version}.tar.gz 030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1"
|
files="https://github.com/lz4/lz4/archive/refs/tags/v${version}.tar.gz lz4-${version}.tar.gz 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b"
|
||||||
auth_type='sha256'
|
auth_type='sha256'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue