Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Formula/g/gnu-which.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ class GnuWhich < Formula
desc "GNU implementation of which utility"
# Previous homepage is dead. Have linked to the GNU Projects page for now.
homepage "https://savannah.gnu.org/projects/which/"
url "https://ftpmirror.gnu.org/gnu/which/which-2.23.tar.gz"
mirror "https://ftp.gnu.org/gnu/which/which-2.23.tar.gz"
sha256 "a2c558226fc4d9e4ce331bd2fd3c3f17f955115d2c00e447618a4ef9978a2a73"
url "https://ftpmirror.gnu.org/gnu/which/which-2.25.tar.gz"
mirror "https://ftp.gnu.org/gnu/which/which-2.25.tar.gz"
sha256 "1cb83e4f702e60b8211ab5ec4c2afbab1b1dec80209456a7d2faf7584ed225ea"
license "GPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e90a6ecbd9fb9b0134ff618f44d6993edd632d8a7529d3ec51b03fb708722e94"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "91778a7be9cd94c5de2d8040fb7405541497dd97df1daa1cc562b5a7194e2688"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b59742c30bca0d70fd803414b20aba6af45ff3fe59941bcb68485074b7ca28b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "17a52b327ea1d2a30313c98f73105943f22c6307aa29ced85558440c679fbcc6"
sha256 cellar: :any_skip_relocation, sonoma: "1a0d51cf354ef62e06eaeaf5a6fe4a76f655ba084025382dbf6405a35feacc42"
sha256 cellar: :any_skip_relocation, ventura: "c6ec0fe0903e5d08057045a2d4e99a1a6b934ae0df8c530fb06571cdb98084ed"
sha256 cellar: :any_skip_relocation, arm64_linux: "665706e5c4562d4a250889303098d4773153ade7d14609fdcf317966cc50080c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "81baea2942f92fa1c2cfa15adc71aa2d9e845c48f4339586cc78985327b53666"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c60eef184cebfc5062ed02eb9e7e5ad318666427399fc1bba804831f4dac4c97"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aef34aeb6d43af64a60914a19483da99bbf430107adf5668c6e77872254fdb50"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fc44e542bd27b51dd2ec27b208a93f29fbcf177716fee27616ed624bb0192d3"
sha256 cellar: :any_skip_relocation, sonoma: "fed8cbaaf03246121a0c7b50201693894f1bfa86aef25cfe4024ac6943462708"
sha256 cellar: :any_skip_relocation, arm64_linux: "01024cb856e5918d9ace6d021848e8d512a24ed6a6ab77898b5430d81b143bbc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c71ab83aed2402d38566a99d30a9421a86fb8bffac25d66f5beeac27a576c096"
end

def install
ENV.append_to_cflags "-std=gnu17"

args = %W[
--prefix=#{prefix}
--disable-dependency-tracking
Expand Down
Loading