makedeb


fd 10.1.0-1


A simple, fast and user-friendly alternative to 'find'

Click here to go back to the commit logs for fd.

Commit:


Hash: 1c69efb77d2b31811b00ecb1c48a5f582975d4b2

Message: Bump version to '10.1.0-1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index df907bc..7251e33 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 = 10.0.0
+pkgver = 10.1.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-10.0.0::git+https://github.com/sharkdp/fd/#tag=v10.0.0
+source = fd-10.1.0::git+https://github.com/sharkdp/fd/#tag=v10.1.0
 sha256sums = SKIP
 makedepends = rustc>=1.56.0
 makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 83c17f6..d125c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=fd
-pkgver=10.0.0
+pkgver=10.1.0
 pkgrel=1
 pkgdesc="A simple, fast and user-friendly alternative to 'find'"
 arch=('any')