mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Upstream update to 0.24.5
This commit is contained in:
parent
9d92b17a01
commit
4303fa68d6
2 changed files with 13 additions and 13 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = slskd-bin
|
||||
pkgdesc = A modern client-server application for the Soulseek file-sharing network.
|
||||
pkgver = 0.24.4
|
||||
pkgrel = 2
|
||||
pkgver = 0.24.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/slskd/slskd/
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -16,11 +16,11 @@ pkgbase = slskd-bin
|
|||
sha256sums = 535e14574a54723728fd2bddf62e54fa615a846afc0a0e69e249ae3850d503d4
|
||||
sha256sums = 69545412a47b0d60b4af33faf61499168016202cd1a60da0c15f17f6da3c900b
|
||||
sha256sums = 2f1d645115bbcf225be3e585aaeb598f1710277f17c41c64e0308eb25b8ed4f4
|
||||
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
|
||||
source_x86_64 = https://github.com/slskd/slskd/releases/download/0.24.5/slskd-0.24.5-linux-x64.zip
|
||||
sha256sums_x86_64 = 32b7a8950f487c6d43afd203d378da28d00f524f296977a93cd273600f7df417
|
||||
source_aarch64 = https://github.com/slskd/slskd/releases/download/0.24.5/slskd-0.24.5-linux-arm64.zip
|
||||
sha256sums_aarch64 = bb908338a1babdba42f46794db111c7d785a0d5fbaafa4fe67423be4b5dbec8a
|
||||
source_armv7h = https://github.com/slskd/slskd/releases/download/0.24.5/slskd-0.24.5-linux-arm.zip
|
||||
sha256sums_armv7h = 02911905fa792268b5e6c650eb0896706fd46849ea882c0aff1c504972ac340e
|
||||
|
||||
pkgname = slskd-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
pkgname='slskd-bin'
|
||||
pkgver=0.24.4
|
||||
pkgrel=2
|
||||
pkgver=0.24.5
|
||||
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/'
|
||||
|
|
@ -18,9 +18,9 @@ source=(
|
|||
'slskd.tmpfiles'
|
||||
)
|
||||
|
||||
sha256sums_x86_64=('2f1338866230a07593e9443f69f063bdbc241bc6df3b6c1c2052e4676fc99d9f')
|
||||
sha256sums_aarch64=('d00aa55dbda866b29091974203e56beda35d60d5e92ec98b70ace66d6fee96be')
|
||||
sha256sums_armv7h=('e50c92bc955666208ae9403cb965ca32a6b667ce92cb539dbd2b4837931ce0f4')
|
||||
sha256sums_x86_64=('32b7a8950f487c6d43afd203d378da28d00f524f296977a93cd273600f7df417')
|
||||
sha256sums_aarch64=('bb908338a1babdba42f46794db111c7d785a0d5fbaafa4fe67423be4b5dbec8a')
|
||||
sha256sums_armv7h=('02911905fa792268b5e6c650eb0896706fd46849ea882c0aff1c504972ac340e')
|
||||
|
||||
noextract=()
|
||||
sha256sums=('535e14574a54723728fd2bddf62e54fa615a846afc0a0e69e249ae3850d503d4'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue