slack-desktop: update to 4.40.133, fix update file.

This commit is contained in:
dataCobra 2024-10-12 15:55:25 +02:00 committed by classabbyamp
parent 3835177658
commit 374d49bc1a
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'slack-desktop'
pkgname=slack-desktop
version=4.40.128
version=4.40.133
revision=1
archs="x86_64"
depends="xdg-utils"
@ -8,8 +8,9 @@ short_desc="Messaging app for teams"
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
license="custom:Proprietary"
homepage="https://slack.com/"
changelog="https://slack.com/release-notes/linux"
distfiles="https://downloads.slack-edge.com/desktop-releases/linux/x64/${version}/${pkgname}-${version}-amd64.deb"
checksum=af710e958b1f44174b4c24cc63b7fe9c46547a2537fcfb5ec1b178a7335ffedc
checksum=8212abcc820473c8d57124d5a1b585321bf2ffae02473156bd7a0e5c1b72838f
restricted=yes
repository="nonfree"
nopie=yes

View File

@ -1,2 +1,2 @@
site="https://slack.com/downloads/linux"
pattern='Version \K[\d.]+(?=)'
site="https://slack.com/release-notes/linux"
pattern='\K[\d.]+(?=<\/h2>)'