rooster: update to 2.9.0.

This commit is contained in:
Ulf 2021-01-28 08:10:28 +00:00 committed by Érico Nogueira Rolim
parent 32bfff9ed1
commit cbd060443c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version=2.9.0
revision=1
build_style=cargo
hostmakedepends="pkg-config python3"
makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel libssl48"
makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel"
short_desc="Simple password manager for geeks"
maintainer="Ulf <void@uw.anonaddy.com>"
license="Apache-2.0"
@ -13,5 +13,5 @@ distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
checksum=2cb08c90c9604951c810038dffd1dfca1de71bfe1d76b22f951dc3f14c0efab4
pre_build() {
cargo update --package openssl-sys
cargo update --package openssl-sys --precise 0.9.60
}