monolith: update to 2.1.0

This commit is contained in:
Benjamín Albiñana 2019-12-16 08:00:55 +01:00 committed by Helmut Pozimski
parent efd80d8f17
commit e62e7cb7ff

View file

@ -1,6 +1,6 @@
# Template file for 'monolith'
pkgname=monolith
version=2.0.16
version=2.1.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
@ -10,10 +10,10 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="Unlicense"
homepage="https://github.com/Y2Z/monolith"
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
checksum=b2f5cd1d95d4d2ccd06e7f44e88e43ff0f2ec5d73dabe93ca56bf22656b06a0e
checksum=966dadf31f174dcc21a73110bc432ed05789cef899ec3aaa035d9e5c2b17258a
pre_build() {
cargo update --package openssl-sys --precise 0.9.48
cargo update --package openssl-sys --precise 0.9.53
cargo update --package openssl --precise 0.10.22
}