summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8258d47cec5c..38904eab544d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsoup3
pkgdesc = HTTP client/server library (mingw-w64)
- pkgver = 3.4.3
+ pkgver = 3.4.4
pkgrel = 1
url = https://download.gnome.org/sources/libsoup
arch = any
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-libsoup3
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=007f59ff142e2781cd169a49925e54b9a5aa91da
+ source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=d6133a8e116953dac824b835d4f788e21a3e6565
sha256sums = SKIP
pkgname = mingw-w64-libsoup3
diff --git a/PKGBUILD b/PKGBUILD
index a07a4d54e4aa..4fc20546b1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup3
-pkgver=3.4.3
+pkgver=3.4.4
pkgrel=1
pkgdesc="HTTP client/server library (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ license=("LGPL")
depends=('mingw-w64-glib2' 'mingw-w64-glib-networking' 'mingw-w64-sqlite' 'mingw-w64-libnghttp2' 'mingw-w64-libpsl' 'mingw-w64-brotli')
makedepends=('mingw-w64-meson' 'git')
options=(!strip !buildflags staticlibs)
-_commit=007f59ff142e2781cd169a49925e54b9a5aa91da # tags/3.4.3^0
+_commit=d6133a8e116953dac824b835d4f788e21a3e6565 # tags/3.4.4^0
source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
sha256sums=('SKIP')