summaryrefslogtreecommitdiff
path: root/manualPorts/fpc-src/lastVersion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/fpc-src/lastVersion.sh')
-rwxr-xr-xmanualPorts/fpc-src/lastVersion.sh2
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 | \