From abad76993dd214296fc4a273a2c42229f1bc99e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 Oct 2021 22:50:32 +0200 Subject: [PATCH] Bump libdcp for tag implementation. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 4b9f915..0660d75 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.2')) + return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory -- 2.30.2