Skip to content

Commit

Permalink
wget: Update to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Nov 11, 2024
1 parent 399ce0a commit c0a19c0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mingw-w64-wget/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=wget
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.24.5
pkgver=1.25.0
pkgrel=1
pkgdesc='Wget retrieves files using HTTP, HTTPS and FTP (mingw-w64)'
arch=('any')
Expand All @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools"
"autoconf-archive")
source=("https://ftp.gnu.org/gnu/wget/${_realname}-${pkgver}.tar.lz"{,.sig})
sha256sums=('57a107151e4ef94fdf94affecfac598963f372f13293ed9c74032105390b36ee'
sha256sums=('19225cc756b0a088fc81148dc6a40a0c8f329af7fd8483f1c7b2fe50f4e08a1f'
'SKIP')
validpgpkeys=('7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6')

Expand All @@ -34,6 +34,10 @@ prepare() {
build() {
mkdir -p ${srcdir}/build-${MSYSTEM} && cd ${srcdir}/build-${MSYSTEM}

# Work around gnulib conflict with mingw-w64
# https://github.com/coreutils/gnulib/issues/20
export gl_cv_var___daylight=__daylight

../${_realname}-${pkgver}/configure \
--prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
Expand Down

0 comments on commit c0a19c0

Please sign in to comment.