dbus: move head url into head block (#4378)
This commit is contained in:
parent
6a08b9bb54
commit
2835103b0c
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@ class Dbus < Formula
|
|||
url "https://dbus.freedesktop.org/releases/dbus/dbus-1.10.8.tar.gz"
|
||||
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/d/dbus/dbus_1.10.8.orig.tar.gz"
|
||||
sha256 "baf3d22baa26d3bdd9edc587736cd5562196ce67996d65b82103bedbe1f0c014"
|
||||
head "https://anongit.freedesktop.org/git/dbus/dbus.git"
|
||||
|
||||
bottle do
|
||||
sha256 "df858961c007d3f1bf7d2bc03856b4f1981b9c260837516da523e9d8162a3e46" => :el_capitan
|
||||
|
@ -20,6 +19,8 @@ class Dbus < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "https://anongit.freedesktop.org/git/dbus/dbus.git"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
|
Loading…
Reference in a new issue