gcsf: update to 0.1.21
This commit is contained in:
parent
f66a48fe51
commit
97e07163ed
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gcsf'
|
# Template file for 'gcsf'
|
||||||
pkgname=gcsf
|
pkgname=gcsf
|
||||||
version=0.1.19
|
version=0.1.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,14 +10,14 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/harababurel/gcsf"
|
homepage="https://github.com/harababurel/gcsf"
|
||||||
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
|
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
|
||||||
checksum=fed68be2cf2bfcede279ad61011d3bce5790bd038641e2dfc56afd143dc0b94c
|
checksum=fe2b5c1e0777f489ab793a3b772f1b6f8105ae7a104bf29ba3f5986a5b7f2dc5
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cargo update --package openssl-sys --precise 0.9.39
|
cargo update --package openssl-sys --precise 0.9.40
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue