diff options
author | Erich Eckner <git@eckner.net> | 2019-10-14 15:22:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-14 15:22:56 +0200 |
commit | 2bc02c2cb73886c78f55bf96acd374a950d11d67 (patch) | |
tree | 189029ea7323a9c5e0350a886af508d345acf5bf /checkVersions | |
parent | 67e24332f95ce218cb1a2a97dd70840c2509573a (diff) | |
download | archlinuxewe.git.save-2bc02c2cb73886c78f55bf96acd374a950d11d67.tar.xz |
tea -> tea-qt (now downloaded from github)
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/checkVersions b/checkVersions index 32d4f772..40394c87 100755 --- a/checkVersions +++ b/checkVersions @@ -956,18 +956,6 @@ then 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 remVer=$( |