summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-06-25 22:06:04 +0200
committerMartchus2021-06-25 22:06:04 +0200
commit22febc0e1b68b5e398df9e658aa166ec4983d81f (patch)
treee4d803a9478c51bea0248a68eb00bf7952d7513e
parenteaabb06258089e678384005faf70d25eb6935d8e (diff)
downloadaur-jangouts.tar.gz
Update to 0.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d675ac46351f..9f0a688cceae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jangouts
pkgdesc = Videoconferencing based on WebRTC and Janus Gateway with an UI inspired by Google Hangouts
- pkgver = 0.4.8
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/jangouts/jangouts
arch = any
@@ -9,8 +9,7 @@ pkgbase = jangouts
options = !strip
backup = etc/jangouts/config.json
backup = etc/jangouts/config.callstats.json
- source = https://github.com/jangouts/jangouts/archive/v0.4.8.tar.gz
- sha256sums = d2d6b4fd789a5a79725866324798a3ab6236d57b3d1155615dcb20e73ce5bffb
+ source = https://github.com/jangouts/jangouts/archive/v0.5.0.tar.gz
+ sha256sums = 25905950eb9b47f0f743078de69341d4ce0c59bdbd3a5e6b150baf39f7af5c59
pkgname = jangouts
-
diff --git a/PKGBUILD b/PKGBUILD
index 2bd5698c34cf..34a83d4c0559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=jangouts
-pkgver=0.4.8
+pkgver=0.5.0
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=('d2d6b4fd789a5a79725866324798a3ab6236d57b3d1155615dcb20e73ce5bffb')
+sha256sums=('25905950eb9b47f0f743078de69341d4ce0c59bdbd3a5e6b150baf39f7af5c59')
options=('!strip')
backup=("etc/$pkgname/config.json"
"etc/$pkgname/config.callstats.json")