summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2021-05-17 19:13:19 +0200
committerPaul-Louis Ageneau2021-05-17 19:13:19 +0200
commit81c104315d64408deaf4fec5eb47c437088aa66e (patch)
treef662e4160516bd59e9f964a8cca63148e105846d
parent8118bb20b7c5e1ab0abeafdc2d5670e1d590db77 (diff)
downloadaur-81c104315d64408deaf4fec5eb47c437088aa66e.tar.gz
Bumped version to 0.13.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6016c9aeda55..48b89669cbeb 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.0
+ pkgver = v0.13.1
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.0
+ source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.13.1
md5sums = SKIP
pkgname = libdatachannel
diff --git a/PKGBUILD b/PKGBUILD
index d1b4697bf955..7c09af9ceccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Paul-Louis Ageneau <paul-louis at ageneau dot org>
pkgname=libdatachannel
-pkgver=v0.13.0
+pkgver=v0.13.1
pkgrel=1
pkgdesc="C/C++ WebRTC Data Channels and Media Transport standalone library"
arch=('x86_64')