diff --git a/lfs/expect-5.45.4.PKGBUILD b/lfs/expect-5.45.4.PKGBUILD index 7d92965..06a72b3 100644 --- a/lfs/expect-5.45.4.PKGBUILD +++ b/lfs/expect-5.45.4.PKGBUILD @@ -5,13 +5,13 @@ homepage='https://www.nist.gov/el/msid/expect.cfm' license=(custom) _archive=${pkgname}${pkgver} sources=("${_archive}.tar.gz" - "${pkgname}-${pkgver}-gcc14-1.patch" + "${pkgname}-${pkgver}-gcc15-1.patch" ) urls=("https://prdownloads.sourceforge.net/expect/${sources[0]}" "https://www.linuxfromscratch.org/patches/lfs/12.2/${sources[1]}" ) md5sums=("00fce8de158422f5ccd2666512329bd2" - "0b8b5ac411d011263ad40b0664c669f0" + "0ca4d6bb8d572fbcdb13cb36cd34833e" )