summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcelogeek2022-11-27 15:16:40 +0100
committercelogeek2022-11-27 15:16:40 +0100
commit81e1f3de9e597dda83cbd3021060d068ccb0d0c4 (patch)
treeb51b9f0cc7338a81b666e60f3ac9b4c13eedc392
parent8fe492677f640a69624d69874d81c41180a73c23 (diff)
downloadaur-81e1f3de9e597dda83cbd3021060d068ccb0d0c4.tar.gz
update git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--config16
3 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb84a5dc1d8b..217186c8be13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jitsi-videobridge-git
pkgdesc = Jitsi Meet Videobridge git build
- pkgver = 2.2+47+g1d5f2e8d0
+ pkgver = 2.2+63+g252d14bc3
pkgrel = 1
url = https://jitsi.org/jitsi-meet/
install = install
@@ -25,7 +25,7 @@ pkgbase = jitsi-videobridge-git
source = sysusers.conf
source = tmpfiles.conf
sha256sums = SKIP
- sha256sums = 30fbf232643b963ed790f03167f125514251c728bc5f36e17fe5b280ce471724
+ sha256sums = ce0b5f8bbbdf8a8eca1ba2e918447e13974ca26dc96558a6856df157417d67d2
sha256sums = cc9fbf77497bce3c9673b2d144928f11cdd0c0823940c2b60c8369a2f086b9b7
sha256sums = 8bc789915a3701ffbf6b4179892dfcdeb8b448a2a84b59dcde720fe481007457
sha256sums = 998cbc64def56ab98080ff7150dd0913a5e10325cd2b038cf3db14baf8cb19fc
diff --git a/PKGBUILD b/PKGBUILD
index 44ebbf7bb86c..49002f98376e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
pkgname=jitsi-videobridge-git
-pkgver=2.2+47+g1d5f2e8d0
+pkgver=2.2+63+g252d14bc3
pkgrel=1
pkgdesc="Jitsi Meet Videobridge git build"
arch=('any')
@@ -70,7 +70,7 @@ package() {
install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/$pkgname.conf"
}
sha256sums=('SKIP'
- '30fbf232643b963ed790f03167f125514251c728bc5f36e17fe5b280ce471724'
+ 'ce0b5f8bbbdf8a8eca1ba2e918447e13974ca26dc96558a6856df157417d67d2'
'cc9fbf77497bce3c9673b2d144928f11cdd0c0823940c2b60c8369a2f086b9b7'
'8bc789915a3701ffbf6b4179892dfcdeb8b448a2a84b59dcde720fe481007457'
'998cbc64def56ab98080ff7150dd0913a5e10325cd2b038cf3db14baf8cb19fc'
diff --git a/config b/config
index 0a0e9bee5547..3b635d14375c 100644
--- a/config
+++ b/config
@@ -1,21 +1,5 @@
# Jitsi Videobridge settings
-# sets the XMPP domain (default: none)
-JVB_HOSTNAME=jitsi-meet.example.org
-
-# sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
-JVB_HOST=
-
-# sets the port of the XMPP server (default: 5275)
-JVB_PORT=5347
-
-# sets the shared secret used to authenticate to the XMPP server
-JVB_SECRET=__PASSWORD_FOR_USER_jvb@auth.jitsi-meet.example.org__
-
-# extra options to pass to the JVB daemon
-JVB_OPTS="--apis=,"
-
-
# adds java system props that are passed to jvb (default are for home and logging config file)
JAVA_SYS_PROPS="\
-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc\