angle-grinder: rebuild against libressl-3.1.3
This commit is contained in:
parent
9fdb969cb9
commit
db2f168534
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'angle-grinder'
|
||||
pkgname=angle-grinder
|
||||
version=0.13.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
|
@ -13,6 +13,10 @@ distfiles="https://github.com/rcoh/angle-grinder/archive/v${version}.tar.gz"
|
|||
checksum=b257b9869f5350bc75754ecdd883341a7ede74bde05dd1e934dfd3b40d962d7c
|
||||
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/26343/steps/shell_3/logs/stdio"
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.58
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue