fd: update to 5.0.0.

This commit is contained in:
maxice8
2017-10-27 05:50:05 -02:00
committed by Leаh Neukirchen
parent 6b617324ef
commit bad0128eba

View File

@@ -1,6 +1,6 @@
# Template file for 'fd'
pkgname=fd
version=4.0.0
version=5.0.0
revision=1
hostmakedepends="rust cargo"
short_desc="A simple, fast and user-friendly alternative to find"
@@ -8,7 +8,7 @@ maintainer="Jerry Tegno <jerrytegno@gmail.com>"
license="MIT"
homepage="https://github.com/sharkdp/fd"
distfiles="https://github.com/sharkdp/${pkgname}/archive/v${version}.tar.gz"
checksum=e564a11ad1beb8979b45d11ee592ed9a633fabf445eec0c766d87857b46bb636
checksum=9788597334912d65e32c7d57ef7a0294cb8976dc52538c9048a77fbb8d12f755
nocross=yes
do_build() {
@@ -17,5 +17,5 @@ do_build() {
do_install() {
vbin target/release/${pkgname}
vlicense LICENSE
vlicense LICENSE-MIT
}