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


Commits:
db28cc0a by Sven-Hendrik Haase at 2024-04-19T05:59:18+02:00
upgpkg: 0.20.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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


Reply via email to