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 48bb7f4d5f - Show all commits

View File

@@ -11,7 +11,7 @@ homepage='https://www.mpfr.org/'
# NOTE: download potentially existing patches from upstream:
# `curl patches.diff -o https://www.mpfr.org/mpfr-${_pkgver}/allpatches`
sources=("${pkgname}-${_pkgver}.tar.xz")
urls=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$_pkgver.tar.xz)
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
md5sums=("523c50c6318dde6f9dc523bc0244690a")