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 b2e13a3dcf0f..cbd3de051706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msquic-release-git
pkgdesc = Microsoft implementation of the IETF QUIC protocol (release, git)
- pkgver = 2.1.0.r3.g94bd8187d
+ pkgver = 2.2.2.r0.gb7b2d5e6d
pkgrel = 1
url = https://github.com/microsoft/msquic
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = msquic-release-git
provides = libmsquic.so
conflicts = msquic
conflicts = libmsquic.so
- source = msquic-release-git::git+https://github.com/microsoft/msquic.git#branch=release/2.1
+ source = msquic-release-git::git+https://github.com/microsoft/msquic.git#branch=release/2.2
sha512sums = SKIP
pkgname = msquic-release-git
diff --git a/PKGBUILD b/PKGBUILD
index 6d34bdd85338..54748213ecac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florian Maunier <fmauneko@dissidence.ovh>
pkgname=msquic-release-git
-pkgver=2.1.0.r3.g94bd8187d
+pkgver=2.2.2.r0.gb7b2d5e6d
pkgrel=1
pkgdesc="Microsoft implementation of the IETF QUIC protocol (release, git)"
arch=('x86_64' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ depends=('glibc')
makedepends=('cmake>=3.16' 'dotnet-sdk>=3.1' 'git')
provides=('msquic' 'libmsquic.so')
conflicts=('msquic' 'libmsquic.so')
-source=("$pkgname::git+https://github.com/microsoft/msquic.git#branch=release/2.1")
+source=("$pkgname::git+https://github.com/microsoft/msquic.git#branch=release/2.2")
sha512sums=('SKIP')
pkgver() {