extra/fd to 10.1.0-1

This commit is contained in:
David Beauchamp 2024-05-08 11:36:22 -04:00
parent fb195b85bb
commit 710d435384
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fd
pkgdesc = Simple, fast and user-friendly alternative to find
pkgver = 10.0.0
pkgver = 10.1.0
pkgrel = 1
url = https://github.com/sharkdp/fd
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = fd
license = Apache-2.0
makedepends = rust
depends = gcc-libs
source = fd-10.0.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.0.0.tar.gz
sha512sums = d025db852874eabe992a73ad8642d1f293d29a3b3cb89ec783a809ea1c81d1b039de6efe037a0a51be5abfa4379fdaf118c1fce8d304bb938bd09dbe4c335103
source = fd-10.1.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.1.0.tar.gz
sha512sums = 6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df
pkgname = fd

View file

@ -7,7 +7,7 @@
# systems with 16k or 64k page size
pkgname=fd
pkgver=10.0.0
pkgver=10.1.0
pkgrel=1
pkgdesc='Simple, fast and user-friendly alternative to find'
arch=('x86_64')
@ -16,7 +16,7 @@ license=('MIT' 'Apache-2.0')
depends=('gcc-libs')
makedepends=('rust')
source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('d025db852874eabe992a73ad8642d1f293d29a3b3cb89ec783a809ea1c81d1b039de6efe037a0a51be5abfa4379fdaf118c1fce8d304bb938bd09dbe4c335103')
sha512sums=('6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df')
prepare() {
cd fd-$pkgver