Merge pull request #143154 from LutzCle/zoom-updater
This commit is contained in:
commit
d1178df192
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ set -eu -o pipefail
|
||||||
|
|
||||||
version="$(curl -Ls https://zoom.us/download\?os\=linux | \
|
version="$(curl -Ls https://zoom.us/download\?os\=linux | \
|
||||||
pup '.linux-ver-text text{}' | \
|
pup '.linux-ver-text text{}' | \
|
||||||
awk -F'[ ().]' '{printf $2"."$3"."$6"."$7"\n"}')"
|
awk -F'[ ().]' '{printf $2"."$3"."$4"."$6"\n"}')"
|
||||||
|
|
||||||
update-source-version zoom-us "$version"
|
update-source-version zoom-us "$version"
|
||||||
|
|
Loading…
Reference in a new issue