* update lynx to 2.9.2-1

This commit is contained in:
Alexander Baldeck 2024-08-18 11:43:27 +02:00
parent 72fce3777d
commit c96312ee32
3 changed files with 29 additions and 2 deletions

23
lynx/.SRCINFO Normal file
View File

@ -0,0 +1,23 @@
pkgbase = lynx
pkgdesc = A text browser for the World Wide Web
pkgver = 2.9.2
pkgrel = 1
url = https://lynx.invisible-island.net/
arch = x86_64
license = GPL-2.0-only
depends = brotli
depends = bzip2
depends = glibc
depends = libidn2
depends = ncurses
depends = openssl
depends = zlib
options = !lto
backup = etc/lynx.cfg
source = https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.2.tar.bz2
source = https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.2.tar.bz2.asc
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
sha256sums = 7374b89936d991669e101f4e97f2c9592036e1e8cdaa7bafc259a77ab6fb07ce
sha256sums = SKIP
pkgname = lynx

4
lynx/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[lynx]
source = "regex"
url = "https://lynx.invisible-island.net/"
regex = '/lynx(\d+\.\d+\.\d+)/'

View File

@ -5,7 +5,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=lynx
pkgver=2.9.1
pkgver=2.9.2
pkgrel=1
pkgdesc='A text browser for the World Wide Web'
url='https://lynx.invisible-island.net/'
@ -22,7 +22,7 @@ backup=(etc/lynx.cfg)
options=(!lto)
_archive="$pkgname$pkgver"
source=("https://invisible-mirror.net/archives/lynx/tarballs/$_archive.tar.bz2"{,.asc})
sha256sums=('a6db9b22c20df435df3757925a505531ce9a514d134742e935d71aa5c41339c5'
sha256sums=('7374b89936d991669e101f4e97f2c9592036e1e8cdaa7bafc259a77ab6fb07ce'
'SKIP')
validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey <dickey@invisible-island.net>