Skip to content

Commit 0d71aeb

Browse files
authored
Merge pull request #249843 from Homebrew/fix-patches-checksum
jam [email protected]: fix patch checksum
2 parents b9ac8bb + 155f807 commit 0d71aeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Formula/j/jam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Jam < Formula
3232
# `parse.c:102:20: error: call to undeclared function 'yylineno'`
3333
patch do
3434
url "https://raw.githubusercontent.com/Homebrew/homebrew-core/1cf441a0/Patches/jam/2.6.1-undeclared_functions.diff"
35-
sha256 "d567cbaf3914f38bb8c5017ff01cc40fe85970c34d3ad84dbeda8c893518ffae"
35+
sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed"
3636
end
3737

3838
def install

Formula/p/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class PythonAT313 < Formula
6767
# We (ab)use osx_framework_library to exploit pip behaviour to allow --prefix to still work.
6868
patch do
6969
url "https://raw.githubusercontent.com/Homebrew/homebrew-core/1cf441a0/Patches/python/3.13-sysconfig.diff"
70-
sha256 "e1c2699cf3e39731a19207ed69400a67336cda7767aa08f6f46029f26b1d733b"
70+
sha256 "9f2eae1d08720b06ac3d9ef1999c09388b9db39dfb52687fc261ff820bff20c3"
7171
end
7272

7373
def lib_cellar

0 commit comments

Comments
 (0)