Ports: Updated links port to version 2.25
This commit is contained in:
parent
6f5102f435
commit
39e3c68e94
Notes:
sideshowbarker
2024-07-17 22:42:16 +09:00
Author: https://github.com/Sauler 🔰 Commit: https://github.com/SerenityOS/serenity/commit/39e3c68e947 Pull-request: https://github.com/SerenityOS/serenity/pull/11281
2 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
|
||||
| [`libxml2`](libxml2/) | libxml2 | 2.9.12 | http://www.xmlsoft.org/ |
|
||||
| [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ |
|
||||
| [`links`](links/) | Links web browser | 2.22 | http://links.twibright.com/ |
|
||||
| [`links`](links/) | Links web browser | 2.25 | http://links.twibright.com/ |
|
||||
| [`llvm`](llvm/) | LLVM | 13.0.0 | https://llvm.org/ |
|
||||
| [`lua`](lua/) | Lua | 5.3.5 | https://www.lua.org/ |
|
||||
| [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=links
|
||||
version=2.22
|
||||
version=2.25
|
||||
useconfigure=true
|
||||
files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d"
|
||||
files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c"
|
||||
auth_type=sha256
|
||||
|
|
Loading…
Add table
Reference in a new issue