gcsf: update to 0.2.3.
This commit is contained in:
parent
c50624631b
commit
e0302154e8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gcsf'
|
||||
pkgname=gcsf
|
||||
version=0.1.28
|
||||
revision=2
|
||||
version=0.2.3
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel openssl-devel"
|
||||
|
@ -10,12 +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=8bc7f94630eefda55ac8851a4071d7782385b711ea8f6313e2e64be05f686592
|
||||
|
||||
pre_build() {
|
||||
# cannot divide `usize` by `u32`
|
||||
cargo update --package lexical-core:0.6.7 --precise 0.6.8
|
||||
}
|
||||
checksum=d88d606999b9fba039972b1d1823e847852b8472126bb8b921e6c0988eeb5483
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue