wok-6.x diff scilab/receipt @ rev 25517
updated gvim 8.2 -> 9.0.0133
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 23 10:53:50 2023 +0100 (21 months ago) |
parents | 93cfbe138cae |
children | 73f36875e5a7 |
line diff
1.1 --- a/scilab/receipt Tue Mar 10 08:35:31 2020 +0100 1.2 +++ b/scilab/receipt Thu Feb 23 10:53:50 2023 +0100 1.3 @@ -17,6 +17,13 @@ 1.4 hdf5-dev lapack libxml2-dev matio-dev ncursesw-dev ocaml pcre-dev \ 1.5 pkg-config tcl-dev tk-dev xorg-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed 's|>|>\n|g' | sed '/\/download\//!d;s|.*scilab-||;s|".*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {