diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template index 3649bbe9634..776adf3d92e 100644 --- a/srcpkgs/monolith/template +++ b/srcpkgs/monolith/template @@ -1,7 +1,7 @@ # Template file for 'monolith' pkgname=monolith version=2.1.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" @@ -12,11 +12,6 @@ homepage="https://github.com/Y2Z/monolith" distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz" checksum=966dadf31f174dcc21a73110bc432ed05789cef899ec3aaa035d9e5c2b17258a -pre_build() { - cargo update --package openssl-sys --precise 0.9.53 - cargo update --package openssl --precise 0.10.22 -} - post_install() { vlicense LICENSE }