diff options
author | Galen Abell <galen@galenabell.com> | 2020-02-22 17:29:10 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 19:36:32 -0300 |
commit | 12ce086ec0496aa5549cd8a8a30bfef885c137d1 (patch) | |
tree | 2e596136dc159346d267cd93f69960736757f8c0 /community/riot-web | |
parent | bfe6ac7dff0dc1e773978ab6e1edd9d843dbc922 (diff) | |
download | aports-12ce086ec0496aa5549cd8a8a30bfef885c137d1.tar.bz2 aports-12ce086ec0496aa5549cd8a8a30bfef885c137d1.tar.xz |
community/riot-web: upgrade to 1.5.10
Diffstat (limited to 'community/riot-web')
-rw-r--r-- | community/riot-web/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/riot-web/APKBUILD b/community/riot-web/APKBUILD index 021c973ab2..346243d7a2 100644 --- a/community/riot-web/APKBUILD +++ b/community/riot-web/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Galen Abell <galen@galenabell.com> pkgname=riot-web -pkgver=1.5.8 +pkgver=1.5.10 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="971316d55366385af21d9b61dea48fa256aea1dbdf29f7e8479a502aee6e92a098d46d2ae692a6ff44b9850f149b604c1568742497331668b32ce5524533e1c0 riot-v1.5.8.tar.gz" +sha512sums="3c22dc13817d17eef61067286faa13e388265adc1ce4999f8e95e5d0d7b0f5724954dde63806f3a1a335785c550a7f3954d88531e5a937b5fd77832b3a29e439 riot-v1.5.10.tar.gz" |