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 d70d257963bd..2f98250f6558 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libnice
pkgdesc = An implementation of the IETF's draft ICE (for p2p UDP data streams) (mingw-w64)
- pkgver = 0.1.19
+ pkgver = 0.1.21
pkgrel = 1
url = https://nice.freedesktop.org
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-libnice
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=64ef27e4847016568985f0f3c1fe4a4fb632e408
+ source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d
sha256sums = SKIP
pkgname = mingw-w64-libnice
diff --git a/PKGBUILD b/PKGBUILD
index 323629042620..36ffc6445b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libnice
-pkgver=0.1.19
+pkgver=0.1.21
pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-meson' 'git' 'mingw-w64-gstreamer')
depends=('mingw-w64-glib2' 'mingw-w64-gnutls')
options=('!strip' '!buildflags' 'staticlibs')
-_commit=64ef27e4847016568985f0f3c1fe4a4fb632e408 # tags/0.1.19^0
+_commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d # tags/0.1.21^0
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
sha256sums=('SKIP')