* update lksctp-tools to 1.0.20-1

This commit is contained in:
Alexander Baldeck 2024-10-10 19:37:15 +02:00
parent 4175dcee7c
commit afab514bdf
2 changed files with 16 additions and 11 deletions

View File

@ -1,14 +1,19 @@
pkgbase = lksctp-tools
pkgdesc = An implementation of the SCTP protocol
pkgver = 1.0.19
pkgrel = 2
pkgver = 1.0.20
pkgrel = 1
url = https://github.com/sctp/lksctp-tools
arch = x86_64
license = GPL2
license = LGPL2.1
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
license = LGPL-2.1-only
makedepends = git
depends = glibc
depends = bash
source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.19
sha256sums = SKIP
source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.20
sha256sums = 91c118f63d53d00b4f5eae9277aace9d9a52fdee5025ae4789abd675f47388eb
pkgname = lksctp-tools

View File

@ -3,16 +3,16 @@
# Contributer: Nicolas Martyanoff <khaelin@gmail.com>
pkgname=lksctp-tools
pkgver=1.0.19
pkgrel=2
pkgver=1.0.20
pkgrel=1
pkgdesc='An implementation of the SCTP protocol'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/sctp/lksctp-tools'
license=('GPL2' 'LGPL2.1')
license=('GPL-2.0-or-later' 'LGPL-2.1-only')
makedepends=('git')
depends=('bash')
depends=('glibc' 'bash')
source=("git+https://github.com/sctp/lksctp-tools.git#tag=v$pkgver")
sha256sums=('SKIP')
sha256sums=('0f1895b1c5ed5f8880f7597781aa1d2f77fda9ebac475f85434c6c1ec8f7887e')
build() {
cd $pkgname