From 1c70adac5a9fa2984d0910cc7c8d4b2f73951327 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 Feb 2019 23:07:11 +0100 Subject: xcftools is know in [community] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xcftools/watch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 xcftools/watch (limited to 'xcftools/watch') diff --git a/xcftools/watch b/xcftools/watch deleted file mode 100755 index 09ac1eb..0000000 --- a/xcftools/watch +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -[ -f 'versions' ] && rm 'versions' -wget http://henning.makholm.net/xcftools -O - | grep -Po ']*>' | grep 'xcftools' | grep -v asc > versions -if [ $? = 0 ]; then - [ -f unfetchable ] && rm unfetchable - md5sum < versions > new-sum - touch sum - if [ "$(cat sum)" = "$(cat new-sum)" ]; then - rm new-sum - else - mv new-sum sum - echo 'xcftools' - fi - rm versions -elif [ ! -f unfetchable ]; then - touch unfetchable - echo 'xcftools (unfetchable)' -fi - -- cgit v1.2.3-70-g09d2