Skip to content

Commit 4e6c61c

Browse files
authored
Merge pull request Homebrew#218810 from Homebrew/bump-gperf-3.2
gperf 3.2
2 parents 4756196 + ce3c4e4 commit 4e6c61c

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@ gowsdl
13601360
gpa
13611361
gpac
13621362
gpatch
1363+
gperf
13631364
gperftools
13641365
gpg-tui
13651366
gpgme

Formula/g/gperf.rb

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
class Gperf < Formula
22
desc "Perfect hash function generator"
33
homepage "https://www.gnu.org/software/gperf/"
4-
url "https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz"
5-
mirror "https://ftpmirror.gnu.org/gperf/gperf-3.1.tar.gz"
6-
sha256 "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
4+
url "https://ftp.gnu.org/gnu/gperf/gperf-3.2.tar.gz"
5+
mirror "https://ftpmirror.gnu.org/gperf/gperf-3.2.tar.gz"
6+
sha256 "e0ddadebb396906a3e3e4cac2f697c8d6ab92dffa5d365a5bc23c7d41d30ef62"
77
license "GPL-3.0-or-later"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ec8c7339cd6c690a346df8c40753073eaf4d57ae2692a08166be933cf1a8059"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "87af223b320453ae21bde7bc3327d7c37bb7269ef0a249e717072f7d759169f6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "002ce456681a7390458015c7fe781113dd7bdf48aa5137682147e1feb7666e25"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "af16e90596878170e8235696dd8093a4953b2b5948b054e76ccd1741ce0e47d3"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "311e481114105723752e9b8d0f99dda4ad2bbbfd0cf9c75498384c2279d6b94a"
15-
sha256 cellar: :any_skip_relocation, sonoma: "5cfbde7ca4aa6aee9a4fd93e0cfb774aba015c94af04991fa80614e6d365dbf7"
16-
sha256 cellar: :any_skip_relocation, ventura: "3366cd26246938d5869e0b042301e3a700123749f3b4cb786ed0f9d22f0b4c73"
17-
sha256 cellar: :any_skip_relocation, monterey: "95c822396502343d156c6c1548c8486c9163321fca5a876c4a149b720a8fb586"
18-
sha256 cellar: :any_skip_relocation, big_sur: "00685e086c83d1d93a856f35ae56106ac5c19cc4541174040d6d6d71e51bbe75"
19-
sha256 cellar: :any_skip_relocation, catalina: "fc18781c090c4b8b7bb7305a864eeb4e6f3f458d8daa2fff96da3bda061fa8bb"
20-
sha256 cellar: :any_skip_relocation, mojave: "85c9bd450b0a0d7453584c343fe6770c94f8f3941aaa6f95d735f1923209b6ed"
21-
sha256 cellar: :any_skip_relocation, high_sierra: "d71157cd1baddf951e91477b85b533ade99dfe97a5876bb993fe7f6e8336f780"
22-
sha256 cellar: :any_skip_relocation, sierra: "3cbaa18692ac53ce98a754d46e07e89d6dddca4bef3bbb312e762abf5a30093d"
23-
sha256 cellar: :any_skip_relocation, el_capitan: "27f661ef9546ff113279654e92c08bb8d8ab837f7dc8b308c1a2beeafdcebc76"
24-
sha256 cellar: :any_skip_relocation, arm64_linux: "9d55185cb8e10048ad8fd7ae159c521fddb336330729623532e2e6443deb1d07"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a91b89f648c21ae225074e0a9f4e54154b4f2744cc0a37e8421e84ee7ac61a95"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3999d6d91b975ef19c1f9bf1f101229b268f2c6a7a4717a2d6b4905606d4eb57"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0c71eff24070e17a749c62e01618027be506f1feca179bc1175a15b02c4e353"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0cd0be041b86cbef7af1b080a0661ae6c210d469024874fc8b915a37aa108283"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4425822d3b225d90f5f1f91108408e9411a5a39b1ab8ec9ccec18b7a0998e545"
14+
sha256 cellar: :any_skip_relocation, ventura: "8ba47621e3a740003818c597ca971ead05793a5fd6ff58ff33eff04e811327ad"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "c839cdaaf46f73a5fd51ed4f81e55c3615c92242f66ff7a403054cef4b6d4400"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5fc882ee19e27d0c9807443a7f28f0061874399a94b185b16d752f385f0b2723"
2617
end
2718

2819
def install

0 commit comments

Comments
 (0)