summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--service1
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f3bc6e36754..f07c02029f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jicofo
pkgdesc = JItsi Meet COnference FOcus
- pkgver = 1.0.987
+ pkgver = 1.0.996
pkgrel = 1
url = https://jitsi.org/jitsi-meet/
install = install
@@ -17,14 +17,14 @@ pkgbase = jicofo
backup = etc/jicofo/config
backup = etc/jicofo/logging.properties
backup = etc/jicofo/jicofo.conf
- source = jicofo::git+https://github.com/jitsi/jicofo#tag=987
+ source = jicofo::git+https://github.com/jitsi/jicofo#tag=996
source = config
source = service
source = sysusers.conf
source = tmpfiles.conf
sha256sums = SKIP
sha256sums = b69f9485ba55b53fe6d1a8b5e4a37c542641cb205c6f5c0b2cf89d236cc6b562
- sha256sums = 0b28a97f02b21991c46e05a3546d466a73492c88218121e68aa3ea28f848091b
+ sha256sums = 902229d135e9b949da318f539cbe8f266bdd4e32e514f37d8782ad4562dc791b
sha256sums = 0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440
sha256sums = 9f6fb4759099feefaee6fd44cac5854401e58f7ce929949cbc3994faaa3487d3
diff --git a/PKGBUILD b/PKGBUILD
index 0a968d9dd644..3331bdbb238d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
_basename=jicofo
-_tag=987
-_version=1.0.987
+_tag=996
+_version=1.0.996
pkgname=${_basename}
pkgver=${_version}
@@ -65,6 +65,6 @@ package() {
}
sha256sums=('SKIP'
'b69f9485ba55b53fe6d1a8b5e4a37c542641cb205c6f5c0b2cf89d236cc6b562'
- '0b28a97f02b21991c46e05a3546d466a73492c88218121e68aa3ea28f848091b'
+ '902229d135e9b949da318f539cbe8f266bdd4e32e514f37d8782ad4562dc791b'
'0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440'
'9f6fb4759099feefaee6fd44cac5854401e58f7ce929949cbc3994faaa3487d3')
diff --git a/service b/service
index c42b0870d196..264a1b65503b 100644
--- a/service
+++ b/service
@@ -17,6 +17,7 @@ ConfigurationDirectoryMode=0700
Restart=on-failure
SuccessExitStatus=143
+RestartPreventExitStatus=78
# Hardening
NoNewPrivileges=yes