mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Update less to version 590
This commit is contained in:
parent
8627d1a944
commit
ff16da98b0
Notes:
sideshowbarker
2024-07-17 17:30:46 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/ff16da98b0 Pull-request: https://github.com/SerenityOS/serenity/pull/13016
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
||||||
| [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
| [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
||||||
| [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ |
|
| [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ |
|
||||||
| [`klong`](klong/) | Klong | 20190926 | https://t3x.org/klong/ |
|
| [`klong`](klong/) | Klong | 20190926 | https://t3x.org/klong/ |
|
||||||
| [`less`](less/) | less | 530 | https://www.greenwoodsoftware.com/less/ |
|
| [`less`](less/) | less | 590 | https://www.greenwoodsoftware.com/less/ |
|
||||||
| [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ |
|
| [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ |
|
||||||
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
||||||
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.10 | https://www.hboehm.info/gc/ |
|
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.10 | https://www.hboehm.info/gc/ |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=less
|
port=less
|
||||||
version=530
|
version=590
|
||||||
useconfigure="true"
|
useconfigure="true"
|
||||||
files="https://ftpmirror.gnu.org/gnu/less/less-${version}.tar.gz less-${version}.tar.gz
|
files="https://ftpmirror.gnu.org/gnu/less/less-${version}.tar.gz less-${version}.tar.gz
|
||||||
https://ftpmirror.gnu.org/gnu/less/less-${version}.tar.gz.sig less-${version}.tar.gz.sig
|
https://ftpmirror.gnu.org/gnu/less/less-${version}.tar.gz.sig less-${version}.tar.gz.sig
|
||||||
|
|
Loading…
Reference in a new issue