dbus 1.12.8, 1.13.4 (devel)
Closes #27296. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
1f4da7f167
commit
cfa1e6fa58
1 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@ class Dbus < Formula
|
|||
# releases: even (1.10.x) = stable, odd (1.11.x) = development
|
||||
desc "Message bus system, providing inter-application communication"
|
||||
homepage "https://wiki.freedesktop.org/www/Software/dbus"
|
||||
url "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.4.tar.gz"
|
||||
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/d/dbus/dbus_1.12.4.orig.tar.gz"
|
||||
sha256 "f9756b68ec68065ae2dafcf1191ee40b4cb06e9534a01f6a74d5a4d7894221c7"
|
||||
url "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.8.tar.gz"
|
||||
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/d/dbus/dbus_1.12.8.orig.tar.gz"
|
||||
sha256 "e2dc99e7338303393b6663a98320aba6a63421bcdaaf571c8022f815e5896eb3"
|
||||
|
||||
bottle do
|
||||
sha256 "9bc82ed6545a7a91f8980db8cacb00b012ba4d1fc4886be2030eb4fc2b966e0e" => :high_sierra
|
||||
|
@ -13,8 +13,8 @@ class Dbus < Formula
|
|||
end
|
||||
|
||||
devel do
|
||||
url "https://dbus.freedesktop.org/releases/dbus/dbus-1.13.2.tar.gz"
|
||||
sha256 "945deb349a7e2999184827c17351c1bf93c6395b9c3ade0c91cad42cb93435b1"
|
||||
url "https://dbus.freedesktop.org/releases/dbus/dbus-1.13.4.tar.gz"
|
||||
sha256 "8a8f0b986ac6214da9707da521bea9f49f09610083c71fdc8eddf8b4c54f384b"
|
||||
end
|
||||
|
||||
head do
|
||||
|
|
Loading…
Reference in a new issue