chore: element-web, hydrogen-web: new github repo

This commit is contained in:
s3lph 2024-03-04 22:16:40 +01:00
parent 9e60e82b0b
commit df34515ef1
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
3 changed files with 4 additions and 4 deletions
README.md
matrix-element-web
matrix-hydrogen

View file

@ -19,8 +19,8 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
- [keycloak-24](https://github.com/keycloak/keycloak)
- [linux-diversion-ath-regd-optional](https://github.com/twisteroidambassador/arch-linux-ath-user-regd/issues/1)
- [lottieconverter](https://github.com/sot-tech/LottieConverter)
- [matrix-element-web](https://github.com/vector-im/element-web/)
- [matrix-hydrogen](https://github.com/vector-im/hydrogen-web/)
- [matrix-element-web](https://github.com/element-hq/element-web/)
- [matrix-hydrogen](https://github.com/element-hq/hydrogen-web/)
- [matrix.to](https://github.com/matrix-org/matrix.to)
- [matterbridge](https://github.com/42wim/matterbridge/)
- [maubot](https://github.com/maubot/maubot)

View file

@ -2,7 +2,7 @@
set -exo pipefail
API_URL=https://api.github.com/repos/vector-im/element-web/releases
API_URL=https://api.github.com/repos/element-hq/element-web/releases
JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="develop" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("element-.*.tar.gz$")).browser_download_url )"'
ROOT=$(pwd)

View file

@ -2,7 +2,7 @@
set -exo pipefail
API_URL=https://api.github.com/repos/vector-im/hydrogen-web/releases
API_URL=https://api.github.com/repos/element-hq/hydrogen-web/releases
JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="master" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("hydrogen-web-.*.tar.gz$")).browser_download_url )"'
ROOT=$(pwd)