wok diff gcc83/receipt @ rev 25410
updated wimlib (1.13.1 -> 1.13.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 04 06:40:24 2022 +0100 (2022-08-04) |
parents | ba3dcc5955bc |
children | d79ed38ace18 |
line diff
1.1 --- a/gcc83/receipt Sun Mar 03 21:45:45 2019 +0100 1.2 +++ b/gcc83/receipt Thu Aug 04 06:40:24 2022 +0100 1.3 @@ -19,6 +19,13 @@ 1.4 DEPENDS="binutils elfutils gcc-lib-base libgomp libobjc mpc-library" 1.5 BUILD_DEPENDS="elfutils-dev gmp-dev mpc-library mpfr-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $GNU_MIRROR/$SOURCE 2>/dev/null | \ 1.11 + sed '/gcc-8\.3/!d;s|.*gcc-||;s|.t.*||;s|/.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {