Skip to content

Commit

Permalink
libsoup 2.62.1
Browse files Browse the repository at this point in the history
remove sqlite dependency

Closes #26355.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
tschoonj authored and ilovezfs committed Apr 10, 2018
1 parent e20ddad commit 9beea27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/libsoup.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Libsoup < Formula
desc "HTTP client/server library for GNOME"
homepage "https://live.gnome.org/LibSoup"
url "https://download.gnome.org/sources/libsoup/2.62/libsoup-2.62.0.tar.xz"
sha256 "ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac"
revision 1
url "https://download.gnome.org/sources/libsoup/2.62/libsoup-2.62.1.tar.xz"
sha256 "f037ddac2e0f9b1c842a0060fa6119bea1d3b349a2c901283c961247e45883d7"

bottle do
sha256 "5ec289e00108fcd004ddcb8b3003a75c97f812af9ff90498c08b29614a9e60c6" => :high_sierra
Expand All @@ -17,7 +16,6 @@ class Libsoup < Formula
depends_on "python" => :build
depends_on "glib-networking"
depends_on "gnutls"
depends_on "sqlite"
depends_on "vala"

def install
Expand Down

0 comments on commit 9beea27

Please sign in to comment.