wget: update to 1.20.1
This commit is contained in:
parent
8637f18794
commit
30cc694e1e
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=wget
|
topdir=wget
|
||||||
version=1.19.4
|
version=1.20.1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://mirrors.kernel.org/gnu/wget/$topdir-$version.tar.lz
|
source[0]=https://mirrors.kernel.org/gnu/wget/$topdir-$version.tar.lz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -24,6 +24,9 @@ reg prep
|
|||||||
prep()
|
prep()
|
||||||
{
|
{
|
||||||
generic_prep
|
generic_prep
|
||||||
|
setdir source
|
||||||
|
# Workaround broken config.guess (fixed upstream 2018-12-21)
|
||||||
|
${__gsed} -i 's/`isainfo -b`/32/' build-aux/config.guess
|
||||||
}
|
}
|
||||||
|
|
||||||
reg build
|
reg build
|
||||||
@ -43,7 +46,6 @@ install()
|
|||||||
{
|
{
|
||||||
generic_install DESTDIR
|
generic_install DESTDIR
|
||||||
doc AUTHORS COPYING NEWS README MAILING-LIST
|
doc AUTHORS COPYING NEWS README MAILING-LIST
|
||||||
rmdir ${stagedir}${prefix}/lib
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sun Mar 24 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 1.20.1-1
|
||||||
|
- Update to 1.20.1
|
||||||
|
|
||||||
* Mon Apr 09 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 1.19.4-1
|
* Mon Apr 09 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 1.19.4-1
|
||||||
- Update to 1.19.4
|
- Update to 1.19.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user