summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-03-20 19:57:45 +0100
committerNicola Murino2023-03-20 19:57:45 +0100
commite736c01b2a056fd933e18339ca16f0d25a3f46ad (patch)
tree31213d73de5a1f798e871410985cbadfb5c12e0b
parentfe34695af6e0d952817c410902bbdfabe05fca98 (diff)
downloadaur-e736c01b2a056fd933e18339ca16f0d25a3f46ad.tar.gz
3.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f888eec225..ef25c7b72815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsoup3
pkgdesc = HTTP client/server library (mingw-w64)
- pkgver = 3.2.2
+ pkgver = 3.4.0
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=49e0178c6f91725ca348acf6d3c5d1343e6c9eb1
+ source = git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=598b981821563ae45af3b3b8eaf7e755ba78ea77
sha256sums = SKIP
pkgname = mingw-w64-libsoup3
diff --git a/PKGBUILD b/PKGBUILD
index 8eba5f7b4c1e..6638974be043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsoup3
-pkgver=3.2.2
+pkgver=3.4.0
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=49e0178c6f91725ca348acf6d3c5d1343e6c9eb1 # tags/3.2.2^0
+_commit=598b981821563ae45af3b3b8eaf7e755ba78ea77 # tags/3.4.0^0
source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit")
sha256sums=('SKIP')