From 1937217eba8abf4a751153b68322aba2670d021f Mon Sep 17 00:00:00 2001 From: zehkira <9485872-zehkira@users.noreply.gitlab.com> Date: Wed, 12 Nov 2025 11:39:12 +0100 Subject: [PATCH] Update yt-dlp with new Deno dependency --- source/data/manifest.json | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/source/data/manifest.json b/source/data/manifest.json index dd8b053..655f6ba 100644 --- a/source/data/manifest.json +++ b/source/data/manifest.json @@ -98,6 +98,28 @@ "commit": "084370e79b7f02cec50ab70c82da49f64b45f120" }] }, + { + "name": "deno", + "buildsystem": "simple", + "build-commands": [ + "chmod +x deno", + "mv deno ${FLATPAK_DEST}/bin/" + ], + "sources": [ + { + "only-arches": ["x86_64"], + "type": "archive", + "url": "https://github.com/denoland/deno/releases/download/v2.5.6/deno-x86_64-unknown-linux-gnu.zip", + "sha256": "fd4f6abc1b6a134fa9a4dba56519f1631f44c88e04e4e3e9a8ff5975dfa66e1a" + }, + { + "only-arches": ["aarch64"], + "type": "archive", + "url": "https://github.com/denoland/deno/releases/download/v2.5.6/deno-aarch64-unknown-linux-gnu.zip", + "sha256": "f5e60ae3dfceb61e5e5a41f22129e40a8bc17f6393b59e75d7ca19ceef32d824" + } + ] + }, { "name": "yt-dlp", "buildsystem": "simple", @@ -107,8 +129,8 @@ ], "sources": [{ "type": "file", - "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp", - "sha256": "fd99687645340163094d8b21390c59102900f3e7bcdd1fc0112622bf72989d4f" + "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.11.12/yt-dlp", + "sha256": "89a0d9058ea9018e380b7771898ff46e393a1986dcd13fef331693c87ce1fca4" }] }, { @@ -124,4 +146,3 @@ } ] } - -- GitLab