From 52a4cc89c650fea5ee10d9b26b39fe9325b50974 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 23 Oct 2022 13:45:31 -0400 Subject: [PATCH] puzzles 20221023 Closes #113845. Signed-off-by: FX Coudert Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/puzzles.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/puzzles.rb b/Formula/puzzles.rb index 65813de58a8..05cb40fa906 100644 --- a/Formula/puzzles.rb +++ b/Formula/puzzles.rb @@ -2,9 +2,9 @@ class Puzzles < Formula desc "Collection of one-player puzzle games" homepage "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" # Extract https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles.tar.gz to get the version number - url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20221022.0197ca4.tar.gz" - version "20221022" - sha256 "befa8ad93ede57414061dc4daa421ad6af40aa2e5ccfc5b5767c623c2e7d58ba" + url "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-20221023.0254a16.tar.gz" + version "20221023" + sha256 "87f8fb63be042756e0e647f012e543a1f4c030edb63d4d92841efa76d9bb49fc" license "MIT" head "https://git.tartarus.org/simon/puzzles.git", branch: "main"