diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-06-03 17:49:32 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 11:40:31 +0100 |
commit | d73bb1dcd6df849c0d8c03c1b93c24b558277a23 (patch) | |
tree | 5822df7ddacfbe99b6f64c165650c2eba6f9a37b | |
parent | 7f0d4eef766301e44fa469e435d0ea2884a611a4 (diff) | |
download | serenity-d73bb1dcd6df849c0d8c03c1b93c24b558277a23.zip |
Ports/links: Update links to version 2.26
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/links/package.sh | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index ec05160e1c..3859b6039c 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/links/package.sh b/Ports/links/package.sh index 6eaa6816a3..be21555978 100755 --- a/Ports/links/package.sh +++ b/Ports/links/package.sh @@ -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' |