mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/links: Update links to version 2.26
This commit is contained in:
parent
7f0d4eef76
commit
d73bb1dcd6
Notes:
sideshowbarker
2024-07-17 10:23:54 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/d73bb1dcd6 Pull-request: https://github.com/SerenityOS/serenity/pull/14179 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
2 changed files with 6 additions and 6 deletions
|
@ -128,7 +128,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`libxml2`](libxml2/) | libxml2 | 2.9.14 | http://www.xmlsoft.org/ |
|
||||
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
|
||||
| [`libzip`](libzip/) | libzip | 1.8.0 | https://libzip.org/ |
|
||||
| [`links`](links/) | Links web browser | 2.25 | http://links.twibright.com/ |
|
||||
| [`links`](links/) | Links web browser | 2.26 | http://links.twibright.com/ |
|
||||
| [`llvm`](llvm/) | LLVM | 14.0.1 | https://llvm.org/ |
|
||||
| [`lua`](lua/) | Lua | 5.3.6 | https://www.lua.org/ |
|
||||
| [`luajit`](luajit/) | LuaJIT | 2.1.0-beta3 | https://luajit.org/luajit.html |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=links
|
||||
version=2.25
|
||||
useconfigure=true
|
||||
files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c"
|
||||
auth_type=sha256
|
||||
port='links'
|
||||
version='2.26'
|
||||
useconfigure='true'
|
||||
files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"
|
||||
auth_type='sha256'
|
||||
|
|
Loading…
Reference in a new issue