* update lksctp-tools to 1.0.19-2

This commit is contained in:
Alexander Baldeck 2024-08-18 13:49:41 +02:00
parent 313bf17d45
commit c35d82a64a
3 changed files with 19 additions and 1 deletions

14
lksctp-tools/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = lksctp-tools
pkgdesc = An implementation of the SCTP protocol
pkgver = 1.0.19
pkgrel = 2
url = https://github.com/sctp/lksctp-tools
arch = x86_64
license = GPL2
license = LGPL2.1
makedepends = git
depends = bash
source = git+https://github.com/sctp/lksctp-tools.git#tag=v1.0.19
sha256sums = SKIP
pkgname = lksctp-tools

View File

@ -0,0 +1,4 @@
[lksctp-tools]
source = "git"
git = "https://github.com/sctp/lksctp-tools.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=lksctp-tools
pkgver=1.0.19
pkgrel=1
pkgrel=2
pkgdesc='An implementation of the SCTP protocol'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/sctp/lksctp-tools'