chore: element-web, hydrogen-web: new github repo
This commit is contained in:
parent
9e60e82b0b
commit
df34515ef1
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue