From 2bc02c2cb73886c78f55bf96acd374a950d11d67 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 14 Oct 2019 15:22:56 +0200 Subject: tea -> tea-qt (now downloaded from github) --- checkVersions | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'checkVersions') diff --git a/checkVersions b/checkVersions index 32d4f772..40394c87 100755 --- a/checkVersions +++ b/checkVersions @@ -955,18 +955,6 @@ then grep '^[0-9]\+$' | \ latest_version )" - elif echo "${src}" | \ - grep -q '://semiletov\.org/[^/]*/dloads/' - then - remVer=$( - curl_it "${source%%/dloads/*}/" | \ - tr '"' '\n' | \ - sed -n ' - s,^\(http://.*/\|dloads/\|\)'"${pkgname}"'-\([0-9.]\+\)\.tar\.bz2$,\2, - T - p - ' - ) elif echo "${src}" | \ grep -qF '//www.roguetemple.com/' then -- cgit v1.2.3-54-g00ecf