From e25fccdf86a56f3359beb1650df955710393eae2 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 25 Apr 2018 07:23:41 -0700 Subject: [PATCH] puzzles 20180425 Closes #27089. Signed-off-by: FX Coudert --- Formula/puzzles.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/puzzles.rb b/Formula/puzzles.rb index 3d5f0d1278..717b4f6f5f 100644 --- a/Formula/puzzles.rb +++ b/Formula/puzzles.rb @@ -1,10 +1,10 @@ class Puzzles < Formula desc "Collection of one-player puzzle games" homepage "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" - url "https://mirrors.kernel.org/debian/pool/main/s/sgt-puzzles/sgt-puzzles_20161228.7cae89f.orig.tar.gz" - mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/s/sgt-puzzles/sgt-puzzles_20161228.7cae89f.orig.tar.gz" - version "20161228.7cae89f" - sha256 "96b6915941b8490188652ab5c81bcb3ee42117e6fb7c03eed3e4333fa97ed852" + # 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-20180425.b3da238.tar.gz" + version "20180425" + sha256 "bdf708b1342bab704a358ed8b5337dca24e59bfdaa2242a0a65703eb71d4659c" head "https://git.tartarus.org/simon/puzzles.git"