mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
Merge pull request #75 from YunoHost-Apps/ci-auto-update-2024.04.25
Upgrade to v2024.04.25
This commit is contained in:
commit
4dcc8aef7f
7 changed files with 53 additions and 12 deletions
|
@ -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] Federated protocol on Matrix to let instances collaborate with each other
|
||||
|
||||
**Shipped version:** 2024.04.22~ynh1
|
||||
**Shipped version:** 2024.04.25~ynh1
|
||||
|
||||
**Demo:** <https://piped.video/>
|
||||
|
||||
|
|
|
@ -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] Federated protocol on Matrix to let instances collaborate with each other
|
||||
|
||||
**Paketatutako bertsioa:** 2024.04.22~ynh1
|
||||
**Paketatutako bertsioa:** 2024.04.25~ynh1
|
||||
|
||||
**Demoa:** <https://piped.video/>
|
||||
|
||||
|
|
|
@ -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] Federated protocol on Matrix to let instances collaborate with each other
|
||||
|
||||
**Version incluse :** 2024.04.22~ynh1
|
||||
**Version incluse :** 2024.04.25~ynh1
|
||||
|
||||
**Démo :** <https://piped.video/>
|
||||
|
||||
|
|
|
@ -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] Federated protocol on Matrix to let instances collaborate with each other
|
||||
|
||||
**Versión proporcionada:** 2024.04.22~ynh1
|
||||
**Versión proporcionada:** 2024.04.25~ynh1
|
||||
|
||||
**Demo:** <https://piped.video/>
|
||||
|
||||
|
|
|
@ -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] Federated protocol on Matrix to let instances collaborate with each other
|
||||
|
||||
**分发版本:** 2024.04.22~ynh1
|
||||
**分发版本:** 2024.04.25~ynh1
|
||||
|
||||
**演示:** <https://piped.video/>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Piped"
|
|||
|
||||
description.en = "An open-source alternative frontend for YouTube which is efficient by design."
|
||||
|
||||
version = "2024.04.22~ynh1"
|
||||
version = "2024.04.25~ynh1"
|
||||
|
||||
maintainers = [ "orhtej2" ]
|
||||
|
||||
|
@ -41,19 +41,19 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/TeamPiped/Piped/archive/4f82be943582197c6cd718a1dc03e5c19f9b51fc.tar.gz"
|
||||
sha256 = "27b14bed7d079963e5be72240eb7473a5be0b2b3bdbf856bf382b1363f6b181f"
|
||||
url = "https://github.com/TeamPiped/Piped/archive/f9c7fbb42db588bfecbbb0e39c7470df385ecb2b.tar.gz"
|
||||
sha256 = "979c5887605e86a59c84824d7a9a003f8a3d07792f186905ecbd26a9a1ac36b1"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.sources.api]
|
||||
url = "https://github.com/TeamPiped/Piped-Backend/archive/fb00a4be2bc2fdd94bdc0ce8cb6c8accafde3882.tar.gz"
|
||||
sha256 = "7954bbb169ed0ea245e6a168e97c11bcb2eb00e8fc1712448f82c44998ed0c38"
|
||||
url = "https://github.com/TeamPiped/Piped-Backend/archive/d05073b41816ccc8ac5e24c5930e0c3779491cd7.tar.gz"
|
||||
sha256 = "2153ffa98945149f0a24135848f20e1208da71d0cf706a9ddf6e428aa305eb0d"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/"
|
||||
|
||||
[resources.sources.proxy]
|
||||
url = "https://github.com/TeamPiped/piped-proxy/archive/6c83daa58e0c1b990cfd9fb58adfe40d2676502b.tar.gz"
|
||||
sha256 = "b647259f9f4c527024f44f5bf8531e9979bd4fe48957773fcacc9860f500b5c6"
|
||||
url = "https://github.com/TeamPiped/piped-proxy/archive/5367f9232f4df349458b865a4cf7742869ff4621.tar.gz"
|
||||
sha256 = "0eb8ed98db4620bd164d32652677ecaac2b14f1d2452b11da9f9e618138d18fa"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/"
|
||||
|
||||
|
|
41
sources/patches/proxy-001.patch
Normal file
41
sources/patches/proxy-001.patch
Normal file
|
@ -0,0 +1,41 @@
|
|||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index e299b8c..3492d62 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -1041,9 +1041,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libmimalloc-sys"
|
||||
-version = "0.1.37"
|
||||
+version = "0.1.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
|
||||
+checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
@@ -1125,9 +1125,9 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
||||
|
||||
[[package]]
|
||||
name = "mimalloc"
|
||||
-version = "0.1.41"
|
||||
+version = "0.1.39"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
|
||||
+checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
|
||||
dependencies = [
|
||||
"libmimalloc-sys",
|
||||
]
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 91444eb..da3f806 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -13,7 +13,7 @@ reqwest = { version = "0.11.27", features = ["stream", "brotli", "gzip", "socks"
|
||||
qstring = "0.7.2"
|
||||
|
||||
# Alternate Allocator
|
||||
-mimalloc = { version = "0.1.41", optional = true }
|
||||
+mimalloc = { version = "0.1.39", optional = true }
|
||||
|
||||
# Transcoding Images to WebP/AVIF to save bandwidth
|
||||
image = { version = "0.25.1", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
|
Loading…
Add table
Reference in a new issue