summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasili Novikov2021-04-20 10:37:16 +0200
committerVasili Novikov2021-04-20 10:37:16 +0200
commitdbb97314fd47cf1db4a642c19f0d6bf30fe04859 (patch)
treedf746d70c354f87bd51e29b88a76ec3088157281
parentc500c2dcb1a740bf86c4a110a8d8d46643f574b6 (diff)
downloadaur-dbb97314fd47cf1db4a642c19f0d6bf30fe04859.tar.gz
v2.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b714a24d6c4..cb5b48d68265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jitsi-meet-electron
pkgdesc = Jitsi Meet desktop application powered by Electron. Uses npm version of electron
- pkgver = 2.8.4
+ pkgver = 2.8.5
pkgrel = 1
url = https://github.com/jitsi/jitsi-meet-electron
arch = any
@@ -9,9 +9,9 @@ pkgbase = jitsi-meet-electron
optdepends = nodejs-webpack: build-time dependency, to avoid re-downloading it
optdepends = nodejs-webpack-cli: build-time dependency, to avoid re-downloading it
source = jitsi-meet-electron.desktop
- source = jitsi-meet-electron-2.8.4.tar.gz::https://github.com/jitsi/jitsi-meet-electron/archive/v2.8.4.tar.gz
+ source = jitsi-meet-electron-2.8.5.tar.gz::https://github.com/jitsi/jitsi-meet-electron/archive/v2.8.5.tar.gz
sha256sums = d4ce7836a838be92d6484813737c424074a7747fd1b7eed9fbc061c4b2cd10cf
- sha256sums = ddb3f1d16ddd804354092884fadbab285badfaab125995065c23744dfda6e531
+ sha256sums = 5c5fb8ff95b820fd891bf71806589bd9973b7ea67e94d1583561dff661276e84
pkgname = jitsi-meet-electron
diff --git a/PKGBUILD b/PKGBUILD
index 183cd19a25a0..b9dbcda11b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# If unsure, try the system electron first, and fallback to this package if system won't work.
pkgname=jitsi-meet-electron
-pkgver=2.8.4
+pkgver=2.8.5
pkgrel=1
pkgdesc="Jitsi Meet desktop application powered by Electron. Uses npm version of electron"
arch=('any')
@@ -29,7 +29,7 @@ source=(
)
sha256sums=('d4ce7836a838be92d6484813737c424074a7747fd1b7eed9fbc061c4b2cd10cf'
- 'ddb3f1d16ddd804354092884fadbab285badfaab125995065c23744dfda6e531')
+ '5c5fb8ff95b820fd891bf71806589bd9973b7ea67e94d1583561dff661276e84')
build() {
cd "${pkgname}-${pkgver}"