bcrypt: use Utils::Gzip.compress instead of gzip

master
Caleb Xu 2023-01-19 00:34:17 -05:00 committed by BrewTestBot
parent 2d9e7bf13f
commit 332406dd2e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Bcrypt < Formula
"CFLAGS=#{ENV.cflags}",
"LDFLAGS=-lz"
bin.install "bcrypt"
man1.install gzip("bcrypt.1")
man1.install Utils::Gzip.compress("bcrypt.1")
end
test do