Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B4B79781B61 for ; Sun, 8 Dec 2019 16:49:28 +0000 (UTC) Received: (Migadu outbound); Sun, 08 Dec 2019 16:48:21 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com ([24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 4501A1E0-82A2-4BED-81F9-75840526FB7A.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sun, 08 Dec 2019 16:48:21 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] community/riot-web: update to 1.5.5 Date: Sun, 8 Dec 2019 17:48:14 +0100 Message-Id: <20191208164814.6120-1-galen@galenabell.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=vsD2cf7bGpfuTFjEKygKWGrxECnmwAvbIihBzUqJE7g=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=wuMH04+h1xdf/QKX6tynbmIS8EsSthuqOenim4xcXEaSmCwTtX5Q1SVqvh5dvufNkpgdXTqZoLG9yuuCVash0YUQ0AuJCvsylHkyMhlYyFqiUEN8KY6aoKZ7WjzUgplNim49n5yWnL2BbGKKgEI/6D1YM8nm70vM5h6/rSDiWvQ= --- community/riot-web/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/riot-web/APKBUILD b/community/riot-web/APKBUILD index 1baf912d83..ee0aa62d81 100644 --- a/community/riot-web/APKBUILD +++ b/community/riot-web/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=riot-web -pkgver=0.14.1 +pkgver=1.5.5 pkgrel=0 pkgdesc="A glossy Matrix collaboration client for the web" url="http://riot.im/" @@ -25,4 +25,4 @@ package() { "$pkgdir"/usr/share/webapps/riot-web/config.json } -sha512sums="2121c8e7269ef7b83968e3c65fd9a905e8ffbd757c571cbf1e7238fbed18dbb23394192db27baf82a4f6d4042b9754b7a71b9c1a7bcf485e23f53850f6d2fa04 riot-v0.14.1.tar.gz" +sha512sums="7882d717fbcf6f809ef88d79e6ea36fe947c604dc99ca50a1b612ea93dd347aabc40de9efaf8c86f6e6773a99ddee90196a777e4833804eed6753f4313d87c8d riot-v1.5.5.tar.gz" -- 2.24.0