summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-10-05 19:16:17 +0200
committerNicola Murino2023-10-05 19:16:17 +0200
commitd1fd454d9594cfad1d0aac6f548491bc877c3cdc (patch)
tree3716d21d1648b2c7220dd16243ce11a7664e1466
parent71d82210058abbb527f180e8359d9d658421064b (diff)
downloadaur-d1fd454d9594cfad1d0aac6f548491bc877c3cdc.tar.gz
3.4.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8629db5826ec..8258d47cec5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsoup3
pkgdesc = HTTP client/server library (mingw-w64)
- pkgver = 3.4.2
+ pkgver = 3.4.3
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=b78cb58ee9b47f8ffe18697ee3b096743a01e6a8
+ source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=007f59ff142e2781cd169a49925e54b9a5aa91da
sha256sums = SKIP
pkgname = mingw-w64-libsoup3
diff --git a/PKGBUILD b/PKGBUILD
index 8600d7074948..a07a4d54e4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup3
-pkgver=3.4.2
+pkgver=3.4.3
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=b78cb58ee9b47f8ffe18697ee3b096743a01e6a8 # tags/3.4.2^0
+_commit=007f59ff142e2781cd169a49925e54b9a5aa91da # tags/3.4.3^0
source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
sha256sums=('SKIP')