Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D2F5E782B3E for ; Mon, 30 Mar 2020 13:43:41 +0000 (UTC) Received: (Migadu outbound); Mon, 30 Mar 2020 13:43:40 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from freya.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 4E879784-BDAE-42F9-9BE5-80DF168ECA3A.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Mon, 30 Mar 2020 13:43:40 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] community/riot-web: upgrade to 1.5.14 Date: Mon, 30 Mar 2020 09:43:36 -0400 Message-Id: <20200330134336.10527-1-galen@galenabell.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=3V0+RaAJzEappGt5IjXDYyyKMNl3RBZz6Xr0xBsVbQE=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=zxnEhTvktTCMsX94WJ03fsbYG99331uCC5fFXZ41kw7ecRpAMwnbVR0pHBOUZHq5AhrJGMlJUfCvjvDoc1A11GycmchRooJDGspU8EdwfKvBZ7Bm/K7GXa4hicOwGxZ5BqHXBHcMsTdkVPtUWy8ye9NuxBL48G28ZeOMliNm9rk= --- 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 9f628587d2..a7ac2eaa9a 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.13 +pkgver=1.5.14 pkgrel=0 pkgdesc="A glossy Matrix collaboration client for the web" url="https://riot.im/" @@ -25,4 +25,4 @@ package() { "$pkgdir"/usr/share/webapps/riot-web/config.json } -sha512sums="4e6e0c08e983ef33b897d1c4b6fda819c0ee21235bfa5a3448a100f3b336009a2206b99581c2c4a95eaae741e08329033a1c0b74b7452fd42edffd791a223845 riot-v1.5.13.tar.gz" +sha512sums="40fd8d95c63926302521e9f12409677933e49b44c9e26c5e9004e3bdff9c3c4bd8edc3176ef635f02e48c7ec73dd6891657febc2f3d4a7c0fb4a56dd94f62bd0 riot-v1.5.14.tar.gz" -- 2.26.0