gcsf: update to 0.1.28.
This commit is contained in:
parent
e21739642c
commit
859f4a7208
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gcsf'
|
||||
pkgname=gcsf
|
||||
version=0.1.25
|
||||
revision=4
|
||||
version=0.1.28
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel openssl-devel"
|
||||
|
@ -10,16 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/harababurel/gcsf"
|
||||
distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
|
||||
checksum=10d2d612da4e6738d10744dd4e22acdf7a94cf492c71e079e6cf52112f761187
|
||||
|
||||
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.58
|
||||
cargo update --package openssl --precise 0.10.22
|
||||
}
|
||||
checksum=8bc7f94630eefda55ac8851a4071d7782385b711ea8f6313e2e64be05f686592
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue