summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-04-25 15:49:35 +0200
committerNicola Murino2023-04-25 15:49:35 +0200
commitb2a8fe82228b346522c1d10a0f13be24cc673538 (patch)
tree2c0b8951f29a648ae28c19644caa419fca915e57
parente736c01b2a056fd933e18339ca16f0d25a3f46ad (diff)
downloadaur-b2a8fe82228b346522c1d10a0f13be24cc673538.tar.gz
3.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef25c7b72815..58b2f6133594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsoup3
pkgdesc = HTTP client/server library (mingw-w64)
- pkgver = 3.4.0
+ pkgver = 3.4.1
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=598b981821563ae45af3b3b8eaf7e755ba78ea77
+ source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=e462f0d71a2f1991ff1921915eb224f00cae5bb1
sha256sums = SKIP
pkgname = mingw-w64-libsoup3
diff --git a/PKGBUILD b/PKGBUILD
index 6638974be043..d3a4a019f1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup3
-pkgver=3.4.0
+pkgver=3.4.1
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=598b981821563ae45af3b3b8eaf7e755ba78ea77 # tags/3.4.0^0
+_commit=e462f0d71a2f1991ff1921915eb224f00cae5bb1 # tags/3.4.1^0
source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
sha256sums=('SKIP')