1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

Merge pull request #18 from YunoHost-Apps/testing

Bump to latest upstream (2024.02.04)
This commit is contained in:
Mateusz 2024-02-05 13:07:23 +01:00 committed by GitHub
commit e71520a6ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p
- [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/)
- [x] Federated protocol on Matrix to let instances collaborate with each other - [x] Federated protocol on Matrix to let instances collaborate with each other
**Shipped version:** 2024.01.21~ynh1 **Shipped version:** 2024.02.04~ynh1
**Demo:** https://piped.video/ **Demo:** https://piped.video/

View file

@ -56,7 +56,7 @@ By using Piped, you can freely watch and listen to content without the fear of p
- [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/) - [x] Public [JSON API](https://docs.piped.video/docs/api-documentation/)
- [x] Federated protocol on Matrix to let instances collaborate with each other - [x] Federated protocol on Matrix to let instances collaborate with each other
**Version incluse :** 2024.01.21~ynh1 **Version incluse :** 2024.02.04~ynh1
**Démo :** https://piped.video/ **Démo :** https://piped.video/

View file

@ -5,7 +5,7 @@ name = "Piped"
description.en = "An open-source alternative frontend for YouTube which is efficient by design." description.en = "An open-source alternative frontend for YouTube which is efficient by design."
version = "2024.01.21~ynh1" version = "2024.02.04~ynh1"
maintainers = ["orhtej2"] maintainers = ["orhtej2"]
@ -39,19 +39,19 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/TeamPiped/Piped/archive/11610d545cb08c87e4ae1c415f4acc2b37d0f789.tar.gz" url = "https://github.com/TeamPiped/Piped/archive/584e70cd717208361529b5d804d4e686de1ddf20.tar.gz"
sha256 = "64f56b0d0f02035ef42b561b617a793da2db96e02cb7a8131e2ac9e0c619101b" sha256 = "8dac101253f0e3cea86b9e2cbdef370894f5927b893051e196f52a7de759e4d2"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"
[resources.sources.api] [resources.sources.api]
url = "https://github.com/TeamPiped/Piped-Backend/archive/c746794d7434d0cda99f8b586a431ef69e1fb7b5.tar.gz" url = "https://github.com/TeamPiped/Piped-Backend/archive/a16e3b05276325af89e9183580b137027a61f687.tar.gz"
sha256 = "fdb53fbe599e7e91c0663f1b40f0ba49a967cdcd6048769d8ab840df73a80e0f" sha256 = "0d57d359f4422e0cd17a72d2648bb2224b1cbf6b1bfaaaa8d7241f4bc751fa52"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"
autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/" autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/"
[resources.sources.proxy] [resources.sources.proxy]
url = "https://github.com/TeamPiped/piped-proxy/archive/0098582abeda2512790ca9d10cf016377cc71855.tar.gz" url = "https://github.com/TeamPiped/piped-proxy/archive/b6e950175adf9fcf5e91f957d3e5eb979c3f1e78.tar.gz"
sha256 = "436c0189e744bcd2ebe0b926dc58f2d740b4531ca43e620f0e8ff697c5d816c3" sha256 = "1d67efeb259b079f76c9ef2ec3871bd7f7a959b1e1be3c2271ddcfcfdb925c48"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"
autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/" autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/"