glib-networking: 2.34.0 -> 2.36.2

This commit is contained in:
Danny Rawlins 2013-09-30 20:01:24 +10:00
parent a96af8ade9
commit c358d2bf7d
3 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gio/
drwxr-xr-x root/root usr/lib/gio/modules/
-rw-r--r-- root/root usr/lib/gio/modules/libgiognutls.a
-rwxr-xr-x root/root usr/lib/gio/modules/libgiognutls.la
-rwxr-xr-x root/root usr/lib/gio/modules/libgiognutls.so

View File

@ -1 +1 @@
95cbaa1163e5fa6e4a7379d934303406 glib-networking-2.34.0.tar.xz
fb9121742ed36d1723f296eea19dbb3c glib-networking-2.36.2.tar.xz

View File

@ -5,7 +5,7 @@
# Depends on: gnutls intltool libgcrypt glib
name=glib-networking
version=2.34.0
version=2.36.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
@ -14,9 +14,8 @@ build() {
./configure \
--prefix=/usr \
--disable-static \
--without-ca-certificates \
--with-gnutls \
--with-ca-certificates=/etc/ssl/ \
--disable-nls
make