diff options
Diffstat (limited to 'manualPorts/fpc-src/lastVersion.sh')
-rwxr-xr-x | manualPorts/fpc-src/lastVersion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manualPorts/fpc-src/lastVersion.sh b/manualPorts/fpc-src/lastVersion.sh index e6f7d74..80ffa3e 100755 --- a/manualPorts/fpc-src/lastVersion.sh +++ b/manualPorts/fpc-src/lastVersion.sh @@ -1,6 +1,6 @@ #!/bin/bash -curl "ftp://ftp.freepascal.org/pub/fpc/dist/" 2> /dev/null | \ +curl -Ss "ftp://ftp.freepascal.org/pub/fpc/dist/" | \ awk '{print $9}' | \ grep '^[0-9.-]*$' | \ sort -rV | \ |