diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:25:12 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:25:12 +0100 |
commit | c4b2b6d3788afea24175835add0ecffaec69cb7e (patch) | |
tree | 444ea1833f5c9cf8605aec557b4142411000a8f0 | |
parent | 20a8f8f83071101e17b68961fe1b8787c49455a4 (diff) | |
download | archlinuxewe-c4b2b6d3788afea24175835add0ecffaec69cb7e.tar.xz |
checkVersions: update slack version overview site url
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 653c96492..46fe90a44 100755 --- a/checkVersions +++ b/checkVersions @@ -1224,7 +1224,7 @@ then elif echo "${src}" \ | grep -q '//downloads\.slack-edge\.com/'; then remVer=$( - curl_it 'https://slack.com/intl/en-de/downloads/linux' \ + curl_it 'https://slack.com/downloads/linux' \ | sed ' s@^.*>Version \([0-9.]\+\)</span>.*$@\1@ t |