summaryrefslogtreecommitdiffstats
path: root/packaging/source/git-export-release.sh.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpackaging/source/git-export-release.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/source/git-export-release.sh.in b/packaging/source/git-export-release.sh.in
index 69217527..a4ec0130 100755
--- a/packaging/source/git-export-release.sh.in
+++ b/packaging/source/git-export-release.sh.in
@@ -44,7 +44,7 @@ TARBALL="${DESTDIR}/wireshark-${PROJECT_VERSION}.tar.xz"
# A tarball produced by 'git archive' will have the $Format string
# substituted due to the use of 'export-subst' in .gitattributes.
# shellcheck disable=SC2016
-COMMIT='2acd1a854babc4caae980ef9ed79ad36b6bc0362'
+COMMIT='009a163470b581c7d3ee66d89c819cef1f9e50fe'
if [[ $COMMIT != \$F* ]] ; then
# This file was extracted from a tarball produced by git archive