moon-buggy: remove devel spec
This commit is contained in:
parent
b1bd1c4a62
commit
20cc002cd1
1 changed files with 2 additions and 9 deletions
|
@ -1,11 +1,9 @@
|
||||||
class MoonBuggy < Formula
|
class MoonBuggy < Formula
|
||||||
desc "Drive some car across the moon"
|
desc "Drive some car across the moon"
|
||||||
homepage "https://www.seehuhn.de/pages/moon-buggy.html"
|
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
|
bottle do
|
||||||
sha256 "d7baa37058fd1e08a0a9028a912288bde8c0699b50f7632ce792d19d52c9fa73" => :mojave
|
sha256 "d7baa37058fd1e08a0a9028a912288bde8c0699b50f7632ce792d19d52c9fa73" => :mojave
|
||||||
sha256 "54948d0646240382661b765ab2253258946fb10b2974587d719b24a771172d91" => :high_sierra
|
sha256 "54948d0646240382661b765ab2253258946fb10b2974587d719b24a771172d91" => :high_sierra
|
||||||
|
@ -14,11 +12,6 @@ class MoonBuggy < Formula
|
||||||
sha256 "08b485a97197d8a0a2733e74622a232a8a1407ebd2564caccdffb9438176c1ee" => :yosemite
|
sha256 "08b485a97197d8a0a2733e74622a232a8a1407ebd2564caccdffb9438176c1ee" => :yosemite
|
||||||
end
|
end
|
||||||
|
|
||||||
devel do
|
|
||||||
url "https://m.seehuhn.de/programs/moon-buggy-1.0.51.tar.gz"
|
|
||||||
sha256 "352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f"
|
|
||||||
end
|
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://github.com/seehuhn/moon-buggy.git"
|
url "https://github.com/seehuhn/moon-buggy.git"
|
||||||
depends_on "autoconf" => :build
|
depends_on "autoconf" => :build
|
||||||
|
|
Loading…
Reference in a new issue