summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-05-22 15:04:41 +0200
committerNicola Murino2017-05-22 15:04:41 +0200
commitbe5217c06a905cb04ff0c9b41fca86466dc76e5e (patch)
treebb24dbf915c0db3fe4c7683e81b35c0da391fb2a
parent9dd58ceea15455b9e296507b478a685253b314b3 (diff)
downloadaur-be5217c06a905cb04ff0c9b41fca86466dc76e5e.tar.gz
Update to 2.58.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02b31f788cde..19e02771fba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 17:24:00 UTC 2017
+# Mon May 22 13:04:23 UTC 2017
pkgbase = mingw-w64-libsoup
pkgdesc = HTTP client/server library (mingw-w64)
- pkgver = 2.58.0
- pkgrel = 2
+ pkgver = 2.58.1
+ pkgrel = 1
url = https://download.gnome.org/sources/libsoup
arch = any
license = LGPL
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-libsoup
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.58/libsoup-2.58.0.tar.xz
- sha256sums = b61567e25ed61f4b89bb23a36713c807df6b76a8451beb786d8cc362e8f097f5
+ source = http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.58/libsoup-2.58.1.tar.xz
+ sha256sums = 62c669f557de745b7b20ba9d5b74d839c95e4c9cea1a5ab7f3da5531a1aeefb9
pkgname = mingw-w64-libsoup
diff --git a/PKGBUILD b/PKGBUILD
index 39fb9fc172d3..ab70676861ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup
-pkgver=2.58.0
-pkgrel=2
+pkgver=2.58.1
+pkgrel=1
pkgdesc="HTTP client/server library (mingw-w64)"
arch=(any)
url="https://download.gnome.org/sources/libsoup"
@@ -10,7 +10,7 @@ depends=('mingw-w64-glib2' 'mingw-w64-glib-networking' 'mingw-w64-libxml2' 'ming
makedepends=('mingw-w64-configure')
options=(!strip !buildflags staticlibs)
source=("http://ftp.gnome.org/pub/GNOME/sources/libsoup/${pkgver%.*}/libsoup-$pkgver.tar.xz")
-sha256sums=('b61567e25ed61f4b89bb23a36713c807df6b76a8451beb786d8cc362e8f097f5')
+sha256sums=('62c669f557de745b7b20ba9d5b74d839c95e4c9cea1a5ab7f3da5531a1aeefb9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"