update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit ec21881388 - Show all commits

View File

@@ -1,11 +1,11 @@
pkgname=wget
pkgver=1.24.5
pkgver=1.25.0
pkgdesc='Network utility to retrieve files from the Web'
homepage='https://www.gnu.org/software/wget/wget.html'
license=('GPL3')
sources=("${pkgname}-${pkgver}.tar.gz")
urls=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('271bf949384d0858c2c3d419f6311365')
urls=(https://ftp.gnu.org/gnu/${pkgname}/${sources[0]})
md5sums=('c70ba58b36f944e8ba1d655ace552881')
src_prepare() {
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1