datamash: update checksum

master
Sean Molenaar 2023-01-24 10:06:08 +01:00 committed by Rui Chen
parent fbc2d90689
commit 55a55f47e4
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ class Datamash < Formula
homepage "https://www.gnu.org/software/datamash"
url "https://ftp.gnu.org/gnu/datamash/datamash-1.8.tar.gz"
mirror "https://ftpmirror.gnu.org/datamash/datamash-1.8.tar.gz"
sha256 "94a4e11819ad259aa3745b7eca392e385e3a676d276e8cbb616269dbbb17fe6d"
sha256 "7ad97e8c7ef616dd03aa5bd67ae24c488272db3e7d1f5774161c18b75f29f6fd"
license "GPL-3.0"
bottle do
@ -24,9 +24,7 @@ class Datamash < Formula
def install
system "./bootstrap" if build.head?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "./configure", *std_configure_args, "--disable-silent-rules"
system "make", "install"
end