Skip to content

Commit ff945cf

Browse files
authored
Merge pull request #250168 from branchvincent/[email protected]
beanquery: migrate to `[email protected]`
2 parents 01850a2 + 2846a8d commit ff945cf

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/b/beanquery.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@ class Beanquery < Formula
88
license "GPL-2.0-only"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "052855aec908ee3f0ba7447a123854481ec0299e23f5259d585e0c709473806c"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ad89c13a41f3bdc16fa426ba7eebb808e4da0a45ffe551ea6783c7f7843117e"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "374503a428b9d2045e122d01d6a3117270cea9381c8eb71dfa0843d19b7328f2"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed4a1c6dbf258526c55a81d1d727336cd8d0e6230926a74e84d6f6a3dd66e162"
15-
sha256 cellar: :any_skip_relocation, sonoma: "fb197601ec1c54d9812177b46f8ed7bae8cf0f5ed90a231fe5078f2e5f2aa536"
16-
sha256 cellar: :any_skip_relocation, ventura: "ae876669e91355b0f653c58c4c4770bdf84f4781737896b2c6b311a1f6ec04ff"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "ce5374e8a539cadaf0109a8640b886c1b4a0a25c2c8b8d225ed16eadf51540e0"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3852ca60b6b08b51a8cc60f9e35c3139183c4d8531d22e3f9977026edbcb0c99"
11+
rebuild 1
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c7bb8cb26caaf57d39d5de56dbb43c338af325b866018ad3f5b7f58fee470839"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f37c3deaee2b019a12ca31efacb072b4338c9772fcaf0da585b361d37be81d22"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ff682ffc3b90f6397ef978057db4a63d4629cf1e4e01200ad848a6eccf32695"
15+
sha256 cellar: :any_skip_relocation, sonoma: "7e612ab070eb3db9a1a363c39d7a836e3ea7a465270738ac31ddceae70d92517"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "dd9d89c48614beec712adb1d8e77983fb9cc5e962beb4e0a0424b2833c94b614"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4b4f40ee6c97f10bf46b1d9b2d6da0ca2bf0566986144cda7f47e4cbac177a9"
1918
end
2019

2120
depends_on "bison" => :build # for beancount
2221
depends_on "meson" => :build
2322
depends_on "ninja" => :build
24-
depends_on "python@3.13"
23+
depends_on "python@3.14"
2524

2625
uses_from_macos "flex" => :build # for beancount
2726

0 commit comments

Comments
 (0)