moon-buggy: remove devel spec

This commit is contained in:
commitay 2018-10-20 22:54:47 +10:00
parent b1bd1c4a62
commit 20cc002cd1

View file

@ -1,11 +1,9 @@
class MoonBuggy < Formula
desc "Drive some car across the moon"
homepage "https://www.seehuhn.de/pages/moon-buggy.html"
url "https://m.seehuhn.de/programs/moon-buggy-1.0.tar.gz"
sha256 "f8296f3fabd93aa0f83c247fbad7759effc49eba6ab5fdd7992f603d2d78e51a"
stable do
url "https://m.seehuhn.de/programs/moon-buggy-1.0.tar.gz"
sha256 "f8296f3fabd93aa0f83c247fbad7759effc49eba6ab5fdd7992f603d2d78e51a"
end
bottle do
sha256 "d7baa37058fd1e08a0a9028a912288bde8c0699b50f7632ce792d19d52c9fa73" => :mojave
sha256 "54948d0646240382661b765ab2253258946fb10b2974587d719b24a771172d91" => :high_sierra
@ -14,11 +12,6 @@ class MoonBuggy < Formula
sha256 "08b485a97197d8a0a2733e74622a232a8a1407ebd2564caccdffb9438176c1ee" => :yosemite
end
devel do
url "https://m.seehuhn.de/programs/moon-buggy-1.0.51.tar.gz"
sha256 "352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f"
end
head do
url "https://github.com/seehuhn/moon-buggy.git"
depends_on "autoconf" => :build