diff options
author | Galen Abell <galen@galenabell.com> | 2020-03-03 12:12:31 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 17:55:06 -0300 |
commit | e25d9a93287b9bea58327e5077b9934d71e67a73 (patch) | |
tree | e29d3980119ad6218485f72bac4e35aa46e2b5a9 /community/riot-web/APKBUILD | |
parent | 7be8d0bf548a2785fdcfb8e3135916b6b95c710b (diff) | |
download | aports-e25d9a93287b9bea58327e5077b9934d71e67a73.tar.bz2 aports-e25d9a93287b9bea58327e5077b9934d71e67a73.tar.xz |
community/riot-web: upgrade to 1.5.11
Diffstat (limited to 'community/riot-web/APKBUILD')
-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 346243d7a2..1917c9dac9 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.10 +pkgver=1.5.11 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="3c22dc13817d17eef61067286faa13e388265adc1ce4999f8e95e5d0d7b0f5724954dde63806f3a1a335785c550a7f3954d88531e5a937b5fd77832b3a29e439 riot-v1.5.10.tar.gz" +sha512sums="5e7c60c62cc28642aaaefdc38248ec337a949119355696e800b2a198a9318b336ba8829c45d20f82117436b8b67e6545d63496343137f8f3e7d95c446af11a58 riot-v1.5.11.tar.gz" |