diff options
-rw-r--r-- | rest/.footprint.i686 | 1 | ||||
-rw-r--r-- | rest/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | rest/.md5sum.i686 | 2 | ||||
-rw-r--r-- | rest/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | rest/Pkgfile | 4 |
5 files changed, 6 insertions, 4 deletions
diff --git a/rest/.footprint.i686 b/rest/.footprint.i686 index 1a59fe4..b6f4600 100644 --- a/rest/.footprint.i686 +++ b/rest/.footprint.i686 @@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/include/rest-0.7/rest/ -rw-r--r-- root/root usr/include/rest-0.7/rest/oauth-proxy.h -rw-r--r-- root/root usr/include/rest-0.7/rest/oauth2-proxy-call.h -rw-r--r-- root/root usr/include/rest-0.7/rest/oauth2-proxy.h +-rw-r--r-- root/root usr/include/rest-0.7/rest/rest-enum-types.h -rw-r--r-- root/root usr/include/rest-0.7/rest/rest-param.h -rw-r--r-- root/root usr/include/rest-0.7/rest/rest-params.h -rw-r--r-- root/root usr/include/rest-0.7/rest/rest-proxy-call.h diff --git a/rest/.footprint.x86_64 b/rest/.footprint.x86_64 index 1a59fe4..b6f4600 100644 --- a/rest/.footprint.x86_64 +++ b/rest/.footprint.x86_64 @@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/include/rest-0.7/rest/ -rw-r--r-- root/root usr/include/rest-0.7/rest/oauth-proxy.h -rw-r--r-- root/root usr/include/rest-0.7/rest/oauth2-proxy-call.h -rw-r--r-- root/root usr/include/rest-0.7/rest/oauth2-proxy.h +-rw-r--r-- root/root usr/include/rest-0.7/rest/rest-enum-types.h -rw-r--r-- root/root usr/include/rest-0.7/rest/rest-param.h -rw-r--r-- root/root usr/include/rest-0.7/rest/rest-params.h -rw-r--r-- root/root usr/include/rest-0.7/rest/rest-proxy-call.h diff --git a/rest/.md5sum.i686 b/rest/.md5sum.i686 index f654e8f..bfb9f97 100644 --- a/rest/.md5sum.i686 +++ b/rest/.md5sum.i686 @@ -1 +1 @@ -f47850d26bfb6148d1a3db9e74426e20 rest-0.7.10.tar.bz2 +ec03b0f471068672ccd7f0d66e34ff55 rest-0.7.11.tar.xz diff --git a/rest/.md5sum.x86_64 b/rest/.md5sum.x86_64 index f654e8f..bfb9f97 100644 --- a/rest/.md5sum.x86_64 +++ b/rest/.md5sum.x86_64 @@ -1 +1 @@ -f47850d26bfb6148d1a3db9e74426e20 rest-0.7.10.tar.bz2 +ec03b0f471068672ccd7f0d66e34ff55 rest-0.7.11.tar.xz diff --git a/rest/Pkgfile b/rest/Pkgfile index 15bad2f..9fb188d 100644 --- a/rest/Pkgfile +++ b/rest/Pkgfile @@ -6,9 +6,9 @@ # Run on: glib,libxml2,libsoup name=rest -version=0.7.10 +version=0.7.11 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version |