summaryrefslogtreecommitdiff
path: root/manualPorts/guile/lastVersion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/guile/lastVersion.sh')
-rwxr-xr-xmanualPorts/guile/lastVersion.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/manualPorts/guile/lastVersion.sh b/manualPorts/guile/lastVersion.sh
index 509edd5..df67e56 100755
--- a/manualPorts/guile/lastVersion.sh
+++ b/manualPorts/guile/lastVersion.sh
@@ -1,10 +1,10 @@
#!/bin/bash
-# lilypond braucht guile-1.*
+# lilypond braucht guile-2.*
curl "ftp://ftp.gnu.org/gnu/guile/" 2> /dev/null | \
awk '{print $9}' | \
- grep "^guile-1\.[0-9.-]*\.tar\.[gx]z\$" | \
+ grep "^guile-2\.[0-9.-]*\.tar\.[gx]z\$" | \
sed "s|^guile-\([0-9.-]*\)\.tar\.[gx]z\$|\1|" | \
sort -V | \
tail -n1