Ports: Links: Bump version from 2.19 to 2.22
This commit is contained in:
parent
de2bf8d232
commit
6718941715
Notes:
sideshowbarker
2024-07-18 20:56:33 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/6718941715a Pull-request: https://github.com/SerenityOS/serenity/pull/6035
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libpng`](libpng/) | libpng | 1.6.37 | https://libpng.org/ |
|
||||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
| [`libtiff`](libtiff/) | libtiff | 4.2.0 | http://www.libtiff.org/ |
|
||||
| [`links`](links/) | Links web browser | 2.19 | http://links.twibright.com/ |
|
||||
| [`links`](links/) | Links web browser | 2.22 | http://links.twibright.com/ |
|
||||
| [`lua`](lua/) | Lua | 5.3.5 | https://www.lua.org/ |
|
||||
| [`m4`](m4/) | GNU M4 | 1.4.9 | https://www.gnu.org/software/m4/ |
|
||||
| [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ |
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=links
|
||||
version=2.19
|
||||
version=2.22
|
||||
useconfigure=true
|
||||
files="http://links.twibright.com/download/links-2.19.tar.bz2 links-2.19.tar.bz2 fa6df86919640e490187ee9d85a4f598"
|
||||
files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 55f745dea500aac52cede98bab8d96e2"
|
||||
|
|
Loading…
Add table
Reference in a new issue