Skip to content

Commit 0d517d8

Browse files
committed
puzzles 20241230
1 parent e0d8c5d commit 0d517d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/puzzles.rb

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)