Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 488E378191B for ; Tue, 17 Dec 2019 16:06:16 +0000 (UTC) Received: (Migadu outbound); Tue, 17 Dec 2019 15:58:42 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from alpine.hsd1.ar.comcast.net (75-151-69-194-Littlerock.hfc.comcastbusiness.net [75.151.69.194]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id E584D733-BACB-40AF-9734-CEFCD7F63C54.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Tue, 17 Dec 2019 15:58:42 +0000 From: dax To: alpine-aports@lists.alpinelinux.org Cc: dax Subject: [PATCH] community/riot-web: upgrade to 1.5.6 Date: Tue, 17 Dec 2019 09:58:18 -0600 Message-Id: <20191217155818.26892-1-dev@dax.moe> X-Mailer: git-send-email 2.22.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=XgQI1TUkMyODxVqY2u/pGNVyi/qeiPa0oQwt7dh8qvQ=;c=relaxed/simple;d=dax.moe;h=from:subject:date:to;s=default;b=Jmo0D7SuUrLLPEXWL4Sao8l5J/yFypbijIqJur8LJqgE2LKA70VQjrBOPOcEphuHfOc2cziietPs+62duR8L3FPN3lAtRs6HBTESGKnHJ37EjKB8Zu7NSzwC/GmfsiUzBwKiVKCQ9AhP8YOU2vXSFw5Le46kshobEYmKedpXcSc= --- 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..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=0.14.1 +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="2121c8e7269ef7b83968e3c65fd9a905e8ffbd757c571cbf1e7238fbed18dbb23394192db27baf82a4f6d4042b9754b7a71b9c1a7bcf485e23f53850f6d2fa04 riot-v0.14.1.tar.gz" +sha512sums="52b7b1e09e05df228af00e13ec8e0a6deb03c4a9f351991336e6b20e649bc1fe68a949c32074986d8756d72b0ad5caea3421f0f74a75afb303764a8329792489 riot-v1.5.6.tar.gz" -- 2.22.2