lynx: update to 2.8.8.2.
This commit is contained in:
parent
e7fe8062b1
commit
fddc6378b8
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Template build file for 'lynx'
|
# Template build file for 'lynx'
|
||||||
pkgname=lynx
|
pkgname=lynx
|
||||||
version=2.8.8
|
_version=2.8.8
|
||||||
|
_patch=2
|
||||||
|
version=$_version.$_patch
|
||||||
revision=9
|
revision=9
|
||||||
wrksrc="${pkgname}${version//./-}"
|
wrksrc="${pkgname}${version//./-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
makedepends="zlib-devel bzip2-devel ncurses-devel libressl-devel"
|
makedepends="zlib-devel bzip2-devel ncurses-devel libressl-devel"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
homepage="http://lynx.isc.org"
|
homepage="http://lynx.isc.org"
|
||||||
distfiles="http://lynx.isc.org/${pkgname}${version}/${pkgname}${version}.tar.gz"
|
distfiles="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_version}rel.${_patch}.tar.gz"
|
||||||
checksum=234c9dc77d4c4594ad6216d7df4d49eae3019a3880e602f39721b35b97fbc408
|
checksum=234c9dc77d4c4594ad6216d7df4d49eae3019a3880e602f39721b35b97fbc408
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue