diff options
Diffstat (limited to '')
-rwxr-xr-x | pony/watch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh [ -f 'pony' ] && rm 'pony' -wget http://hackage.haskell.org/package/pony >/dev/null 2>/dev/null +wget http://hackage.haskell.org/package/pony -O - | grep -Po 'pony-[^>]*' > pony 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable md5sum < pony > new-sum |