mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Upstream update to 0.24.4
This commit is contained in:
parent
addc2792e8
commit
73a1656c4a
2 changed files with 13 additions and 14 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = slskd-bin
|
||||
pkgdesc = A modern client-server application for the Soulseek file-sharing network.
|
||||
pkgver = 0.24.3
|
||||
pkgver = 0.24.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/slskd/slskd/
|
||||
arch = x86_64
|
||||
|
|
@ -8,18 +8,18 @@ pkgbase = slskd-bin
|
|||
arch = armv7h
|
||||
license = AGPL3
|
||||
depends = dotnet-runtime
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = slskd.service
|
||||
source = slskd.sysusers
|
||||
source = slskd.tmpfiles
|
||||
sha256sums = 535e14574a54723728fd2bddf62e54fa615a846afc0a0e69e249ae3850d503d4
|
||||
sha256sums = 69545412a47b0d60b4af33faf61499168016202cd1a60da0c15f17f6da3c900b
|
||||
sha256sums = 2f1d645115bbcf225be3e585aaeb598f1710277f17c41c64e0308eb25b8ed4f4
|
||||
source_x86_64 = https://github.com/slskd/slskd/releases/download/0.24.3/slskd-0.24.3-linux-x64.zip
|
||||
sha256sums_x86_64 = ce1c2b50c7666bf63ef29d0b8622c1dc70aa0a4e1dd8bfae8bb18d80dfd49b74
|
||||
source_aarch64 = https://github.com/slskd/slskd/releases/download/0.24.3/slskd-0.24.3-linux-arm64.zip
|
||||
sha256sums_aarch64 = e0e4c15dbec7c73619172ea16f0496a0375c6caf796d4262de6ff4b4af8bc80d
|
||||
source_armv7h = https://github.com/slskd/slskd/releases/download/0.24.3/slskd-0.24.3-linux-arm.zip
|
||||
sha256sums_armv7h = 856642a9933d5b2645aa42bcff525c6df23bd499b85b83e3b8a64e3bdc82e08f
|
||||
source_x86_64 = https://github.com/slskd/slskd/releases/download/0.24.4/slskd-0.24.4-linux-x64.zip
|
||||
sha256sums_x86_64 = 2f1338866230a07593e9443f69f063bdbc241bc6df3b6c1c2052e4676fc99d9f
|
||||
source_aarch64 = https://github.com/slskd/slskd/releases/download/0.24.4/slskd-0.24.4-linux-arm64.zip
|
||||
sha256sums_aarch64 = d00aa55dbda866b29091974203e56beda35d60d5e92ec98b70ace66d6fee96be
|
||||
source_armv7h = https://github.com/slskd/slskd/releases/download/0.24.4/slskd-0.24.4-linux-arm.zip
|
||||
sha256sums_armv7h = e50c92bc955666208ae9403cb965ca32a6b667ce92cb539dbd2b4837931ce0f4
|
||||
|
||||
pkgname = slskd-bin
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,12 +1,11 @@
|
|||
pkgname='slskd-bin'
|
||||
pkgver=0.24.3
|
||||
pkgver=0.24.4
|
||||
pkgrel=1
|
||||
pkgdesc='A modern client-server application for the Soulseek file-sharing network.'
|
||||
arch=('x86_64' 'aarch64' 'armv7h')
|
||||
url='https://github.com/slskd/slskd/'
|
||||
license=('AGPL3')
|
||||
options=("!strip")
|
||||
|
||||
options=("!debug")
|
||||
depends=(dotnet-runtime)
|
||||
|
||||
source_x86_64=("https://github.com/slskd/slskd/releases/download/${pkgver}/slskd-${pkgver}-linux-x64.zip")
|
||||
|
|
@ -19,9 +18,9 @@ source=(
|
|||
'slskd.tmpfiles'
|
||||
)
|
||||
|
||||
sha256sums_x86_64=('ce1c2b50c7666bf63ef29d0b8622c1dc70aa0a4e1dd8bfae8bb18d80dfd49b74')
|
||||
sha256sums_aarch64=('e0e4c15dbec7c73619172ea16f0496a0375c6caf796d4262de6ff4b4af8bc80d')
|
||||
sha256sums_armv7h=('856642a9933d5b2645aa42bcff525c6df23bd499b85b83e3b8a64e3bdc82e08f')
|
||||
sha256sums_x86_64=('2f1338866230a07593e9443f69f063bdbc241bc6df3b6c1c2052e4676fc99d9f')
|
||||
sha256sums_aarch64=('d00aa55dbda866b29091974203e56beda35d60d5e92ec98b70ace66d6fee96be')
|
||||
sha256sums_armv7h=('e50c92bc955666208ae9403cb965ca32a6b667ce92cb539dbd2b4837931ce0f4')
|
||||
|
||||
noextract=()
|
||||
sha256sums=('535e14574a54723728fd2bddf62e54fa615a846afc0a0e69e249ae3850d503d4'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue