From a33c4d84dfbf282cd5da904c6aaa8e98b3e90ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 9 May 2018 17:41:03 -0400 Subject: [PATCH] tools: update gas-preprocessor Change-Id: I21e3a2fade975f03fbdbde84f6fe6e94b8f51926 Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com> --- extras/tools/packages.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak index 2f6297da8a..eae342e7bb 100644 --- a/extras/tools/packages.mak +++ b/extras/tools/packages.mak @@ -31,7 +31,7 @@ TAR_URL=$(GNU)/tar/tar-$(TAR_VERSION).tar.bz2 XZ_VERSION=5.2.2 XZ_URL=https://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2 -GAS_VERSION=36bacb4cba27003c572e5bf7a9c4dfe3c9a8d40d +GAS_VERSION=cbe88474ec196370161032a3863ec65050f70ba4 GAS_URL=https://raw.githubusercontent.com/FFmpeg/gas-preprocessor/$(GAS_VERSION)/gas-preprocessor.pl SED_VERSION=4.2.2 -- GitLab