Browse Source

libsoup: update to 2.44.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo 10 years ago
parent
commit
53f1b27ea0
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      libs/libsoup/Makefile

+ 4
- 4
libs/libsoup/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libsoup
11
-PKG_VERSION:=2.38.1
11
+PKG_VERSION:=2.44.2
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
-PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.38
16
-PKG_MD5SUM:=d13fb4968acea24c26b83268a308f580
15
+PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.44
16
+PKG_MD5SUM:=92aa3667357157e8f3489bcca287f2fa
17 17
 
18 18
 PKG_LICENSE:=GPL-2.0
19 19
 PKG_LICENSE_FILE:=COPYING
@@ -33,7 +33,7 @@ define Package/libsoup
33 33
   TITLE:=libsoup
34 34
   URL:=http://live.gnome.org/LibSoup
35 35
   MAINTAINER:=W. Michael Petullo <mike@flyn.org>
36
-  DEPENDS:=+glib2 +libxml2 +libgnutls $(ICONV_DEPENDS) $(INTL_DEPENDS)
36
+  DEPENDS:=+glib2 +libxml2 +libgnutls +libsqlite3 $(ICONV_DEPENDS) $(INTL_DEPENDS)
37 37
 endef
38 38
 
39 39
 define Build/Configure