Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 03849781AAC for ; Sat, 14 Dec 2019 14:43:23 +0000 (UTC) Received: (Migadu outbound); Sat, 14 Dec 2019 14:33:45 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com (24-181-218-135.dhcp.hckr.nc.charter.com [24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 7692AAAE-9FB2-42D3-9BB4-6F3A81AACDE5.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 14 Dec 2019 14:33:45 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH v2] community/riot-web: update to 1.5.6 Date: Sat, 14 Dec 2019 15:28:21 +0100 Message-Id: <20191214142821.12217-1-galen@galenabell.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20191208164814.6120-1-galen@galenabell.com> References: <20191208164814.6120-1-galen@galenabell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=mJW7DGJ9F3QwfjK5FOuZjHlnHYVpbfaVL6rKoEmaTu4=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=XdAIylKKaoxjV+Lhx7T3LCxFM/x4b4HFVIMzQl2OgHT15aATvvxGvJ6BA5yCA4eSfgeuUTsNS4KLzmrFyhFQq7BCHMPdvNOwnWsfvin9m1z5k6bHM1AsrfnTnJ+JpaYYwU8SriH7TT2hb/BKfznzvoB3MKfY0lFo9tCMpQo0rKQ= --- 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 ee0aa62d81..4ef68983db 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=1.5.5 +pkgver=1.5.6 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="7882d717fbcf6f809ef88d79e6ea36fe947c604dc99ca50a1b612ea93dd347aabc40de9efaf8c86f6e6773a99ddee90196a777e4833804eed6753f4313d87c8d riot-v1.5.5.tar.gz" +sha512sums="52b7b1e09e05df228af00e13ec8e0a6deb03c4a9f351991336e6b20e649bc1fe68a949c32074986d8756d72b0ad5caea3421f0f74a75afb303764a8329792489 riot-v1.5.6.tar.gz" -- 2.24.1