Date: Saturday, January 7, 2023 @ 15:10:49
  Author: heftig
Revision: 466205

0.1.20-1

Modified:
  libnice/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-07 14:59:36 UTC (rev 466204)
+++ PKGBUILD    2023-01-07 15:10:49 UTC (rev 466205)
@@ -3,7 +3,7 @@
 # Contributor: William Díaz <[email protected]>
 
 pkgname=libnice
-pkgver=0.1.19
+pkgver=0.1.20
 pkgrel=1
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 url="https://nice.freedesktop.org";
@@ -14,7 +14,7 @@
 optdepends=('gstreamer: "nice" GStreamer plugin')
 provides=(libnice.so)
 options=(debug)
-_commit=64ef27e4847016568985f0f3c1fe4a4fb632e408  # tags/0.1.19^0
+_commit=ca7e68f06ead448996da612b06eac5f2c5c5b713  # tags/0.1.20^0
 
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -39,3 +39,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to