makedeb
A simple, fast and user-friendly alternative to 'find'
Click here to go back to the commit logs for fd.
Hash: 2b95c42c20c056abf88cb8b8ab0d743334ab73b7
Message: Bump version to '10.0.0-1'
diff --git a/.SRCINFO b/.SRCINFO
index e8a5148..df907bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = fd
pkgbase = fd
pkgdesc = A simple, fast and user-friendly alternative to 'find'
pkgrel = 1
-pkgver = 9.0.0
+pkgver = 10.0.0
url = https://github.com/sharkdp/fd
arch = any
conflicts = fdclone
@@ -11,7 +11,7 @@ license = Apache-2.0
license = MIT
makedepends = rustc>=1.56.0
makedepends = cargo
-source = fd-9.0.0::git+https://github.com/sharkdp/fd/#tag=v9.0.0
+source = fd-10.0.0::git+https://github.com/sharkdp/fd/#tag=v10.0.0
sha256sums = SKIP
makedepends = rustc>=1.56.0
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 9e6ac56..83c17f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=fd
-pkgver=9.0.0
+pkgver=10.0.0
pkgrel=1
pkgdesc="A simple, fast and user-friendly alternative to 'find'"
arch=('any')