Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8ADDE782CFA for ; Tue, 28 Jan 2020 16:38:11 +0000 (UTC) Received: (Migadu outbound); Tue, 28 Jan 2020 16:37:03 +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 64B4C24B-0EA3-4A55-AD55-A469C1EB7D0C.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Tue, 28 Jan 2020 16:37:03 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] community/riot-web: upgrade to 1.5.8 Date: Tue, 28 Jan 2020 11:36:59 -0500 Message-Id: <20200128163659.23229-1-galen@galenabell.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=M59SFkAqsC2PDCR1FcMFVTx+jUbiEwo5J12/9gDyTok=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=HTsvgzW1Jba0REEHJdkuB9/CX4joWNLgYrJz6+F8/GgXaW28G5MzrDQ/bmkHHwoVU5RycyqoYqEGkp/bRP4iXOw/7RmlTCihRYSQZWRBnw6tBiwF23hFzJV8Dr01vhRgx8M4dqYCcEk3DvtIKzcaizl89jLahMHvyPHEDlVZwG4= --- 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 c8154e1a89..021c973ab2 100644 --- a/community/riot-web/APKBUILD +++ b/community/riot-web/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Galen Abell pkgname=riot-web -pkgver=1.5.7 +pkgver=1.5.8 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="c400cc8ff7df192d504a47e3f34c2844a445acc62d9c8655d45cb381a1cd8dec71dca71f9e5f33e4fb84bae1d385f5510bb4f3d1412f2c557c5b0f90a78f6fe4 riot-v1.5.7.tar.gz" +sha512sums="971316d55366385af21d9b61dea48fa256aea1dbdf29f7e8479a502aee6e92a098d46d2ae692a6ff44b9850f149b604c1568742497331668b32ce5524533e1c0 riot-v1.5.8.tar.gz" -- 2.25.0