websocat: fix for Rust 1.87

This commit is contained in:
icp 2025-05-19 12:43:04 +05:30 committed by tranzystorekk
parent 74cce4da31
commit 24503c9640

View file

@ -1,7 +1,7 @@
# Template file for 'websocat'
pkgname=websocat
version=1.13.0
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
@ -13,6 +13,10 @@ changelog="https://raw.githubusercontent.com/vi/websocat/master/CHANGELOG.md"
distfiles="https://github.com/vi/websocat/archive/refs/tags/v${version}.tar.gz"
checksum=43800f8df38ede8b5bffe825e633c0db6a3c36cfe26c23e882bcfc028d3119c7
post_patch() {
cargo update --package traitobject@0.1.0 --precise 0.1.1
}
post_install() {
vlicense LICENSE
}