summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-10-16 22:07:37 -0500
committerLuis Martinez2022-10-16 22:07:37 -0500
commit4cced4e3be6e3d0622b25e65cdbd8cc43cd9c5fb (patch)
tree059a92501a12466a88b1f999fb86958744c135ee
parent0453d1ac4d8c36152c3077c25671512e0ecb4616 (diff)
downloadaur-4cced4e3be6e3d0622b25e65cdbd8cc43cd9c5fb.tar.gz
update to 4.28.184
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835298c12307..5fa8bb7b3fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = slack-electron
pkgdesc = Slack Desktop (Beta) for Linux, using the system Electron package
- pkgver = 4.28.182
+ pkgver = 4.28.184
pkgrel = 1
- url = https://slack.com/downloads
+ url = https://slack.com/downloads/linux
arch = x86_64
license = custom:proprietary
depends = electron20
optdepends = libappindicator-gtk3: for notification indicator in the status bar on GNOME
provides = slack-desktop
conflicts = slack-desktop
- source = slack-electron-4.28.182.deb::https://downloads.slack-edge.com/releases/linux/4.28.182/prod/x64/slack-desktop-4.28.182-amd64.deb
+ source = slack-electron-4.28.184.deb::https://downloads.slack-edge.com/releases/linux/4.28.184/prod/x64/slack-desktop-4.28.184-amd64.deb
source = slack.sh
- sha256sums = f4812b6de024017610fdd9a1bcf279153cebc7f9169f40ace7ed7f8780c479b6
+ sha256sums = a8073dac725b33b966a8dc4e70e4a7aa7ba26f9cc9d11cb78401ab8bc0ca225a
sha256sums = cda3a8ac300697ff5a5516eb9662e7a4f482894ddd17fdf07abc7027d7de8bbe
pkgname = slack-electron
diff --git a/PKGBUILD b/PKGBUILD
index fe155efc8dc3..ca008334e8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Yurii Kolesnykov <root@yurikoles.com>
pkgname=slack-electron
-pkgver=4.28.182
+pkgver=4.28.184
pkgrel=1
pkgdesc="Slack Desktop (Beta) for Linux, using the system Electron package"
arch=('x86_64')
-url="https://slack.com/downloads"
+url="https://slack.com/downloads/linux"
license=('custom:proprietary')
depends=('electron20')
optdepends=('libappindicator-gtk3: for notification indicator in the status bar on GNOME')
@@ -15,7 +15,7 @@ provides=("slack-desktop")
conflicts=("slack-desktop")
source=("$pkgname-$pkgver.deb::https://downloads.slack-edge.com/releases/linux/$pkgver/prod/x64/slack-desktop-$pkgver-amd64.deb"
'slack.sh')
-sha256sums=('f4812b6de024017610fdd9a1bcf279153cebc7f9169f40ace7ed7f8780c479b6'
+sha256sums=('a8073dac725b33b966a8dc4e70e4a7aa7ba26f9cc9d11cb78401ab8bc0ca225a'
'cda3a8ac300697ff5a5516eb9662e7a4f482894ddd17fdf07abc7027d7de8bbe')
prepare() {