diff options
author | Stephan Springer | 2019-12-11 11:49:36 +0100 |
---|---|---|
committer | Stephan Springer | 2019-12-11 11:49:36 +0100 |
commit | 85f4b9620d47ef520517e46307aebd9974684bec (patch) | |
tree | 8f9337a7d74b001b1f5d994915f52521559d665f /PKGBUILD | |
parent | addea68e37774b84ef80282c026334bbb79303c7 (diff) | |
download | aur-85f4b9620d47ef520517e46307aebd9974684bec.tar.gz |
update to version 2.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Gui||aume <michaudg@gmail.com> pkgname=rocketchat-client-bin -pkgver=2.17.0 +pkgver=2.17.1 pkgrel=1 pkgdesc="The Ultimate Open Source Web Chat Platform" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('gtk3' 'nss' 'gconf' 'libxss') optdepends=('libnotify: For sending desktop notifications') source=("https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${pkgver}/rocketchat_${pkgver}_amd64.deb" 'LICENSE') -sha256sums=('e7b66200f77adc651c3de8351ef63aff116b76d6a43b82e399fd92a9444c069c' +sha256sums=('a5d6f434d7acdd7061607e1cdf8f5d17a1fa944b4c9f17adacfef0d546753f2a' '362e3ce451a4aa3e51e5728a2102b01135827d3a4af0a450b672c54540dec5c5') package() { |