Fix zstd: /*stdin*\: unsupported format (#11831)

This commit is contained in:
Ed Reel
2025-04-26 18:17:09 -05:00
committed by GitHub
parent fd3bf9a599
commit 281d0db177
2 changed files with 3 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
require 'etc'
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
CREW_VERSION ||= '1.59.3' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
CREW_VERSION ||= '1.59.4' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
# Kernel architecture.
KERN_ARCH ||= Etc.uname[:machine]