puzzles 20180425
Closes #27089. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a1d043ed45
commit
e25fccdf86
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue