passt: update to 2025.09.19.623dbf6.

This commit is contained in:
libjapan
2025-10-01 21:26:05 -04:00
committed by classabbyamp
parent 00139cc95a
commit 4d2d64e64e
+4 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'passt'
pkgname=passt
version=2025.06.11.0293c6f
version=2025.09.19.623dbf6
revision=1
# upstream uses YYYY_MM_DD.COMMIT
_version=${version/./_}
@@ -8,11 +8,12 @@ _version=${_version/./_}
build_style=gnu-makefile
short_desc="Plug A Simple Socket Transport"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2.0-or-later, BSD-3-Clause"
license="GPL-2.0-or-later AND BSD-3-Clause"
homepage="https://passt.top"
distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
checksum=347fa16b6a8c19291f690436198511886a995d62cb5d747a9550c12f66f4a49f
checksum=c5a916bdf084458ad791175aa2fe6f1984362524ada0cee84955ae144b6261cd
post_install() {
vlicense LICENSES/BSD-3-Clause.txt
vlicense LICENSES/GPL-2.0-or-later.txt
}