mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
tarpaulin: rebuild against libressl-3.1.3
This commit is contained in:
parent
6eb5c87b5b
commit
6b80549c46
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tarpaulin'
|
# Template file for 'tarpaulin'
|
||||||
pkgname=tarpaulin
|
pkgname=tarpaulin
|
||||||
version=0.13.3
|
version=0.13.3
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64*"
|
archs="x86_64*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
|
@ -13,6 +13,10 @@ homepage="https://github.com/xd009642/tarpaulin"
|
||||||
distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
|
distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
|
||||||
checksum=afa03dcf10b2fba07a50fa91bdecceef2299df3c86e5f53281bf01983956eeb1
|
checksum=afa03dcf10b2fba07a50fa91bdecceef2299df3c86e5f53281bf01983956eeb1
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.58
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
|
|
Loading…
Add table
Reference in a new issue