From 10811421a1b5bf7a60120680c8306fe8180841cd Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:56:50 -0700 Subject: [PATCH] update.py : Remove "-gcc11" suffix WIth Gaffer 1.7.0.0 we've dropped the package suffix. --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index fc819bd9c..e0fb29a8d 100755 --- a/update.py +++ b/update.py @@ -69,7 +69,7 @@ def __versionToString( v ) : # Otherwise we should download the release and add the docs to this repo -packageName = "gaffer-{}-linux-gcc11".format( __versionToString( latestReleaseVersion ) ) +packageName = "gaffer-{}-linux".format( __versionToString( latestReleaseVersion ) ) assetToDownload = None assets = latestRelease.get_assets()