Skip to content

Commit a0a5fab

Browse files
authored
Merge pull request Homebrew#202821 from Homebrew/bump-puzzles-20241230
puzzles 20241230
2 parents 20a5367 + 256aae3 commit a0a5fab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/puzzles.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ class Puzzles < Formula
22
desc "Collection of one-player puzzle games"
33
homepage "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
44
# Extract https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles.tar.gz to get the version number
5-
url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20241223.5eea14c.tar.gz"
6-
version "20241223"
7-
sha256 "73d70f3f18d4ecefae029ea3cc291fbfc649795adc2e611f0fe9542b497e5fdc"
5+
url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20241230.79be403.tar.gz"
6+
version "20241230"
7+
sha256 "816b77dbc21cd3e72d729b678674e9ac01263297297c00324c4a91b8a1748156"
88
license "MIT"
99
head "https://git.tartarus.org/simon/puzzles.git", branch: "main"
1010

@@ -18,12 +18,12 @@ class Puzzles < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "071195820547a40bef72be871a6716d0fb387f48ddb4e5accbefe18053731373"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c1fda49b244e2f270cf4a760c96d1bb2c61c90db8b64607afa5fc4047563d24"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a922023dbfa93be3a0d277250d9287e6a63ce58fa4b74b1bb48cc6cd89954ae4"
24-
sha256 cellar: :any_skip_relocation, sonoma: "aa778639b8ad58b3a0fe6dbeecca3700551940b75a00c7bd0c5866bfd1849a99"
25-
sha256 cellar: :any_skip_relocation, ventura: "b38902cd13ff5abfbb39835dc9502a3eb8c7bd43e209a056ecf33ac39f43c958"
26-
sha256 x86_64_linux: "1c20a81f52a01bdb7a9fc4d2be87c41035958f0bbdcfddca494a74c113a99461"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f454115119d50e1470b12dbc4841082bb1e69541cd72f67dae238145fb5b4423"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d69e96c2722cc925465e266076155e735a7d2c8202f3b0086a4b9fc7bc96000"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f6f031ba1e2ae2a13e1c265c773084397928c93b0b664bcece5b0a2c5bc84a02"
24+
sha256 cellar: :any_skip_relocation, sonoma: "b2774883b55e7e995164ec8ebef4ab239e82d67f4d0f8d65f3e9a9ecc9b2688c"
25+
sha256 cellar: :any_skip_relocation, ventura: "cdbf1b04cd3f8852f15c59ac023c8914e60d09fd48ea60a649fe353f3e108126"
26+
sha256 x86_64_linux: "6839fc0f1f6dba7e382f6e255ae8afb3343d1b38de99efd671ed63cd9679f649"
2727
end
2828

2929
depends_on "cmake" => :build

0 commit comments

Comments
 (0)