Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
libdatachannel


Commits:
80e74e1a by Sven-Hendrik Haase at 2024-05-02T22:29:04+02:00
upgpkg: 0.21.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libdatachannel
        pkgdesc = C/C++ WebRTC network library featuring Data Channels, Media 
Transport, and WebSockets
-       pkgver = 0.20.3
-       pkgrel = 2
+       pkgver = 0.21.0
+       pkgrel = 1
        url = https://github.com/paullouisageneau/libdatachannel
        arch = x86_64
        license = MPL-2.0
@@ -12,7 +12,7 @@ pkgbase = libdatachannel
        depends = openssl
        depends = libjuice
        depends = libsrtp
-       source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.20.3
-       sha512sums = 
40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00
+       source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.21.0
+       sha512sums = 
9ee9b449c5cb6506a80772c801d92b5f7682fd31c20db239cd846c168154b3ca3aedc608df5f45c36a01861b941ee457ac4c8e6e917002557027b0b83a5713a6
 
 pkgname = libdatachannel


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Jay Schmidek <jschmidek at gmail dot com>
 # Contributor: Paul-Louis Ageneau <paul-louis at ageneau dot org>
 pkgname=libdatachannel
-pkgver=0.20.3
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
 pkgdesc="C/C++ WebRTC network library featuring Data Channels, Media 
Transport, and WebSockets"
 arch=('x86_64')
 url="https://github.com/paullouisageneau/$pkgname";
@@ -11,7 +11,7 @@ license=('MPL-2.0')
 makedepends=('git' 'cmake')
 depends=('glibc' 'gcc-libs' 'openssl' 'libjuice' 'libsrtp')
 source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver";)
-sha512sums=('40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00')
+sha512sums=('9ee9b449c5cb6506a80772c801d92b5f7682fd31c20db239cd846c168154b3ca3aedc608df5f45c36a01861b941ee457ac4c8e6e917002557027b0b83a5713a6')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/commit/80e74e1a1b0dd11a53a366b74e37ce4610298328

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/commit/80e74e1a1b0dd11a53a366b74e37ce4610298328
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to