rooster: rebuild against libressl-3.1.3
This commit is contained in:
parent
a29f4ba586
commit
528004a00f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rooster'
|
||||
pkgname=rooster
|
||||
version=2.8.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel"
|
||||
|
@ -11,3 +11,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/conradkdotcom/rooster"
|
||||
distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
|
||||
checksum=c2b83603083e30423c1637949608b957b265a0b2a93eceff4e72109a852e68c2
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.58
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue