diff options
author | Erich Eckner <git@eckner.net> | 2020-10-28 20:18:50 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-10-28 20:18:50 +0100 |
commit | a1dbf8c7130e0df86a52134de0d02db7bc53e490 (patch) | |
tree | 3ba329a73658b58e2a7befda55a11758856d73c4 /checkVersions | |
parent | 9a7118bb883bb53b4b934ded92f9b2d298446d16 (diff) | |
download | archlinuxewe-a1dbf8c7130e0df86a52134de0d02db7bc53e490.tar.xz |
update dropbox link
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index c0fffce5b..239c5cb15 100755 --- a/checkVersions +++ b/checkVersions @@ -367,7 +367,7 @@ then elif [ "${pkgname}" = 'dropbox' ] then remVer=$( - curl_it 'https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016' | \ + curl_it 'https://www.dropboxforum.com/t5/Dropbox-desktop-client-builds/bd-p/101003016' | \ tr '<>' '\n' | \ sed ' s/^\s*Stable Build \([0-9.-]\+\)\s*$/\1/ |