From efaf9d24d438f25a66e9722a4853cf769b023656 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 May 2020 15:26:08 +0200 Subject: [PATCH] Update jangouts to 0.4.8 --- jangouts/default/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jangouts/default/PKGBUILD b/jangouts/default/PKGBUILD index b401a54e..2bd5698c 100644 --- a/jangouts/default/PKGBUILD +++ b/jangouts/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=jangouts -pkgver=0.4.7 +pkgver=0.4.8 pkgrel=1 pkgdesc='Videoconferencing based on WebRTC and Janus Gateway with an UI inspired by Google Hangouts' url='https://github.com/jangouts/jangouts' @@ -12,7 +12,7 @@ arch=('any') license=('custom') depends=('janus-gateway') source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('c20f63908641aef8b7846d74bdcf0068aa46e084f97ae52aca4fe30409606ae5') +sha256sums=('d2d6b4fd789a5a79725866324798a3ab6236d57b3d1155615dcb20e73ce5bffb') options=('!strip') backup=("etc/$pkgname/config.json" "etc/$pkgname/config.callstats.json")