passt: update to 2023.05.09.96f8d55.

This commit is contained in:
lemmi 2023-05-15 15:20:29 +02:00
parent 5a3c9ad0b0
commit 087c33535b
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'passt'
pkgname=passt
version=2023.03.29.b10b983
version=2023.05.09.96f8d55
revision=1
# upstream uses YYYY_MM_DD.COMMIT
_version=${version/./_}
@ -8,12 +8,11 @@ _version=${_version/./_}
build_style=gnu-makefile
short_desc="Plug A Simple Socket Transport"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="AGPL-3.0-or-later, BSD-3-Clause"
license="GPL-2, BSD-3-Clause"
homepage="https://passt.top"
distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
checksum=1e9d526e15206e1853fcb22bf103276d8b45fcbc815e9c69bad8f58922c64934
checksum=5f81185e8c94ff7eae925e2f0eae7f16cdd891e68f70b6e35e0a67fb4c41457d
post_install() {
vlicense LICENSES/AGPL-3.0-or-later.txt
vlicense LICENSES/BSD-3-Clause.txt
}