diff options
author | Stephan Springer | 2018-12-07 20:23:36 +0100 |
---|---|---|
committer | Stephan Springer | 2018-12-07 20:23:36 +0100 |
commit | b22607a2991d7b0c91fc5951604a6d3bedbb7f5d (patch) | |
tree | c107f36928c5417bdd37e44dd18099f3c0669a9c /PKGBUILD | |
parent | f34bce442c34514d3dc9503f010158272905ef32 (diff) | |
download | aur-b22607a2991d7b0c91fc5951604a6d3bedbb7f5d.tar.gz |
update to 2.14.6
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.14.5 +pkgver=2.14.6 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=('d562c5d51d059dc7f85b793b6ed3b27a178dae64ca3fc807efaba4a63d3ab809' +sha256sums=('6f4bd403cc8952a97cbd9c123baf12cfd8e77b1ea0df7499b0d876811923759f' 'SKIP') package() { |