From b0433ea59b8eb5013b799769ade4f028ce5ec5dc Mon Sep 17 00:00:00 2001 From: Azi Hassan Date: Wed, 10 Jan 2024 13:49:23 +0100 Subject: [PATCH] Use macOS-compatible duktaped fork as dependency --- dub.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index c3dd9c3..b6f3437 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,9 @@ "copyright": "Copyright © 2023, Hassan Azi", "dependencies": { "htmld": "~>0.3.7", - "duktape": "~>0.4.0" + "duktape": { + "repository": "git+https://github.com/azihassan/duktaped.git" + } }, "description": "Youtube downloader", "license": "MIT",