From 97e07163ed1a3cef1610e1919ceb13c30a0c1404 Mon Sep 17 00:00:00 2001 From: benalb Date: Sun, 13 Jan 2019 19:04:55 +0100 Subject: [PATCH] gcsf: update to 0.1.21 --- srcpkgs/gcsf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gcsf/template b/srcpkgs/gcsf/template index 68b7a263f76..a738bc2c933 100644 --- a/srcpkgs/gcsf/template +++ b/srcpkgs/gcsf/template @@ -1,6 +1,6 @@ # Template file for 'gcsf' pkgname=gcsf -version=0.1.19 +version=0.1.21 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -10,14 +10,14 @@ maintainer="Benjamín Albiñana " license="MIT" homepage="https://github.com/harababurel/gcsf" distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz" -checksum=fed68be2cf2bfcede279ad61011d3bce5790bd038641e2dfc56afd143dc0b94c +checksum=fe2b5c1e0777f489ab793a3b772f1b6f8105ae7a104bf29ba3f5986a5b7f2dc5 case "$XBPS_TARGET_MACHINE" in aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;; esac pre_build() { - cargo update --package openssl-sys --precise 0.9.39 + cargo update --package openssl-sys --precise 0.9.40 } post_install() {