mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
websocat: fix for Rust 1.87
This commit is contained in:
parent
74cce4da31
commit
24503c9640
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'websocat'
|
# Template file for 'websocat'
|
||||||
pkgname=websocat
|
pkgname=websocat
|
||||||
version=1.13.0
|
version=1.13.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
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"
|
distfiles="https://github.com/vi/websocat/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=43800f8df38ede8b5bffe825e633c0db6a3c36cfe26c23e882bcfc028d3119c7
|
checksum=43800f8df38ede8b5bffe825e633c0db6a3c36cfe26c23e882bcfc028d3119c7
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package traitobject@0.1.0 --precise 0.1.1
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue