summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2021-06-14 19:57:28 +0200
committerPaul-Louis Ageneau2021-06-14 19:57:28 +0200
commit02ec5e5851c6c8eb4d9c20ca95d586b3bd83988a (patch)
tree2e22642bd613fe2cda50896dfe33777478762265
parent204cf969541a8df849b6785702cc814459284f9f (diff)
downloadaur-02ec5e5851c6c8eb4d9c20ca95d586b3bd83988a.tar.gz
Bumped version to 0.13.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691b3650b924..fb477dd62bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdatachannel
pkgdesc = C/C++ WebRTC Data Channels and Media Transport standalone library
- pkgver = v0.13.3
+ pkgver = v0.13.4
pkgrel = 1
url = https://github.com/paullouisageneau/libdatachannel
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libdatachannel
depends = libsrtp
provides = libdatachannel
conflicts = libdatachannel
- source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.13.3
+ source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.13.4
md5sums = SKIP
pkgname = libdatachannel
diff --git a/PKGBUILD b/PKGBUILD
index ade9aa194387..b2e2c51d0814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Paul-Louis Ageneau <paul-louis at ageneau dot org>
pkgname=libdatachannel
-pkgver=v0.13.3
+pkgver=v0.13.4
pkgrel=1
pkgdesc="C/C++ WebRTC Data Channels and Media Transport standalone library"
arch=('x86_64')