summaryrefslogtreecommitdiffstats
path: root/packaging/source
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:15:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:15:52 +0000
commit864dec30a3971aa043dd47f99168c889a5107102 (patch)
treedd322ea42bd05d24614f2f22afc75bc49cbb0b34 /packaging/source
parentAdding upstream version 4.2.5. (diff)
downloadwireshark-upstream.tar.xz
wireshark-upstream.zip
Adding upstream version 4.2.6.upstream/4.2.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/source')
-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 a0f876a..6921752 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='4aa814ac25a18ea48d4002351ed45d4b245b0c08'
+COMMIT='2acd1a854babc4caae980ef9ed79ad36b6bc0362'
if [[ $COMMIT != \$F* ]] ; then
# This file was extracted from a tarball produced by git archive