Merge pull request #197207 from cleeyv/jitsi-update-fix

jitsi: fix update scripts

authored by ajs124 and committed by GitHub 366ab923 f7190e1b

+4 -4
+1 -1
pkgs/misc/jitsi-meet-prosody/update.sh
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jitsi-meet-prosody/ {printf $4"\n"}' | \ 9 - sort -u | \ 10 tail -n 1)" 11 12 update-source-version jitsi-meet-prosody "$version"
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jitsi-meet-prosody/ {printf $4"\n"}' | \ 9 + sort -Vu | \ 10 tail -n 1)" 11 12 update-source-version jitsi-meet-prosody "$version"
+1 -1
pkgs/servers/jibri/update.sh
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jibri/ {printf $2"-"$3"-"$4"\n"}' | \ 9 - sort -u | \ 10 tail -n 1)" 11 12 update-source-version jibri "$version"
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jibri/ {printf $2"-"$3"-"$4"\n"}' | \ 9 + sort -Vu | \ 10 tail -n 1)" 11 12 update-source-version jibri "$version"
+1 -1
pkgs/servers/jicofo/update.sh
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jicofo/ {printf $2"-"$3"\n"}' | \ 9 - sort -u | \ 10 tail -n 1)" 11 12 update-source-version jicofo "$version"
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jicofo/ {printf $2"-"$3"\n"}' | \ 9 + sort -Vu | \ 10 tail -n 1)" 11 12 update-source-version jicofo "$version"
+1 -1
pkgs/servers/web-apps/jitsi-meet/update.sh
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jitsi-meet-web_/ {printf $4"\n"}' | \ 9 - sort -u | \ 10 tail -n 1)" 11 12 update-source-version jitsi-meet "$version"
··· 6 version="$(curl https://download.jitsi.org/stable/ | \ 7 pup 'a[href] text{}' | \ 8 awk -F'[_-]' '/jitsi-meet-web_/ {printf $4"\n"}' | \ 9 + sort -Vu | \ 10 tail -n 1)" 11 12 update-source-version jitsi-meet "$version"