wok diff blas/receipt @ rev 25572

BootProg: fix boot16.asm (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 13 13:34:41 2023 +0000 (15 months ago)
parents 00e3b45c063b
children 5db546345599
line diff
     1.1 --- a/blas/receipt	Sat May 07 11:09:47 2022 +0000
     1.2 +++ b/blas/receipt	Sat May 13 13:34:41 2023 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tgz"
     1.5  #WEB_SITE="http://www.netlib.org/lapack"
     1.6  WEB_SITE="https://github.com/xianyi/OpenBLAS"
     1.7 -WGET_URL="$WEB_SITE/$TARBALL"
     1.8 +WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
     1.9  
    1.10  DEPENDS="gcc-lib-base"
    1.11  BUILD_DEPENDS="gfortran"