diff options
author | Stephan Springer | 2020-10-14 22:02:40 +0200 |
---|---|---|
committer | Stephan Springer | 2020-10-14 22:02:40 +0200 |
commit | 15822c75e7b833f2e7f2d35ba311adb12e127d68 (patch) | |
tree | 870205766dae3aa751b09213387e24f4377fc9b9 /PKGBUILD | |
parent | 8ddf59268fb9f944b929db11ad1bb8d7304bfb7a (diff) | |
download | aur-15822c75e7b833f2e7f2d35ba311adb12e127d68.tar.gz |
update to version 3.0.3
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=3.0.2 +pkgver=3.0.3 pkgrel=1 pkgdesc="The Ultimate Open Source Web Chat Platform" arch=('x86_64') @@ -13,7 +13,7 @@ optdepends=('libnotify: For sending desktop notifications' 'libindicator-gtk3: For the system tray icon') source=("https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${pkgver}/rocketchat_${pkgver}_amd64.deb" 'LICENSE') -sha256sums=('2b5e814548d8b2dad2e8c2e09142574c8d1e224f01d8be78e31fe947cb03236c' +sha256sums=('354fb58ad3a4d7fc6fed504f0144546404f3fccd3c7226a93eaeb02b6aeaa6d6' '362e3ce451a4aa3e51e5728a2102b01135827d3a4af0a450b672c54540dec5c5') package() { |