gcsf: update to 0.2.3.

This commit is contained in:
Benjamín Albiñana 2023-07-25 17:00:30 +02:00 committed by classabbyamp
parent c50624631b
commit e0302154e8
1 changed files with 3 additions and 8 deletions

View File

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