extra/fd to 9.0.0-1

This commit is contained in:
David Beauchamp 2023-12-19 13:04:16 -05:00
parent 45384bfae2
commit ad40c752cf
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 = 8.7.1
pkgver = 9.0.0
pkgrel = 1
url = https://github.com/sharkdp/fd
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = fd
license = APACHE
makedepends = rust
depends = gcc-libs
source = fd-8.7.1.tar.gz::https://github.com/sharkdp/fd/archive/v8.7.1.tar.gz
sha512sums = 4faef4a21771d50c8446aa14720669091d9760fd5712555af3012e5691958d8047608349cc7d200992ca32758870ed5c934d7503684096b9fa97be4ce70fbebb
source = fd-9.0.0.tar.gz::https://github.com/sharkdp/fd/archive/v9.0.0.tar.gz
sha512sums = e992db9170884c5c426d51ba06a0684b000c65df3fae392fe9ffb3555b94f1d0cfde9b5ae01da37508a1b11bc75b023534db380c992cb4ccf17084d27ec87c84
pkgname = fd

View file

@ -7,7 +7,7 @@
# systems with 16k or 64k page size
pkgname=fd
pkgver=8.7.1
pkgver=9.0.0
pkgrel=1
pkgdesc='Simple, fast and user-friendly alternative to find'
arch=('x86_64')
@ -16,7 +16,7 @@ license=('MIT' 'APACHE')
depends=('gcc-libs')
makedepends=('rust')
source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('4faef4a21771d50c8446aa14720669091d9760fd5712555af3012e5691958d8047608349cc7d200992ca32758870ed5c934d7503684096b9fa97be4ce70fbebb')
sha512sums=('e992db9170884c5c426d51ba06a0684b000c65df3fae392fe9ffb3555b94f1d0cfde9b5ae01da37508a1b11bc75b023534db380c992cb4ccf17084d27ec87c84')
build() {
cd fd-$pkgver