summaryrefslogtreecommitdiff
path: root/manualPorts/fpc-src-ewetools/lastVersion.sh
blob: e3e5866e19b89aa48422a0652827ce6308a42832 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

wget -O - "https://opensources.eckner.net/ls.php?ls=units" 2> /dev/null | \
  tr "<>" "\n\n" | \
  grep "^units-" | \
  sed "s|^units-||" | \
  sort -V | \
  tail -n1