From 352267912d243d4454d98370e998e70346e03572 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Nov 2012 21:54:40 +0100 Subject: adopt qtsixa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- qtsixa/watch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 qtsixa/watch (limited to 'qtsixa/watch') diff --git a/qtsixa/watch b/qtsixa/watch new file mode 100755 index 0000000..40b452e --- /dev/null +++ b/qtsixa/watch @@ -0,0 +1,17 @@ +#!/bin/sh + +wget http://sourceforge.net/projects/qtsixa/files/ >/dev/null 2>/dev/null +if [ $? = 0 ]; then + grep QtSixA < index.html | md5sum > new-sum + touch sum + if [ "$(cat sum)" = "$(cat new-sum)" ]; then + rm new-sum + else + mv new-sum sum + echo 'qtsixa' + fi + rm index.html +else + echo 'qtsixa (unfetchable)' +fi + -- cgit v1.2.3-70-g09d2