diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -29,6 +29,7 @@ libc.so.6:getuid libc.so.6:ioctl libc.so.6:isatty +libc.so.6:localtime_r libc.so.6:lstat64 libc.so.6:madvise libc.so.6:memchr @@ -37,6 +38,7 @@ libc.so.6:memmove libc.so.6:memrchr libc.so.6:memset +libc.so.6:mktime libc.so.6:mmap libc.so.6:mprotect libc.so.6:munmap @@ -90,6 +92,7 @@ libc.so.6:strtol libc.so.6:syscall libc.so.6:sysconf +libc.so.6:timegm libc.so.6:waitpid libc.so.6:writev libdl.so.2:dlsym @@ -138,6 +141,7 @@ libpthread.so.0:pthread_rwlock_wrlock libpthread.so.0:pthread_setname_np libpthread.so.0:pthread_setspecific +libpthread.so.0:raise libpthread.so.0:read libpthread.so.0:sigaction libpthread.so.0:write diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,18 +1,17 @@ name : fd -version : 8.2.1 -release : 10 +version : 8.3.0 +release : 11 source : - - https://github.com/sharkdp/fd/archive/v8.2.1.tar.gz : 429de7f04a41c5ee6579e07a251c72342cd9cf5b11e6355e861bb3fffa794157 + - https://github.com/sharkdp/fd/archive/refs/tags/v8.3.0.tar.gz : 3c5a8a03c4f6ade73b92432ed0ba51591db19b0d136073fa3ccfa99d63403d52 +homepage : https://github.com/sharkdp/fd license : - Apache-2.0 - MIT component : system.utils networking : yes -summary : A simple, fast and user-friendly alternative to find. +summary : A simple, fast and user-friendly alternative to find description: | - fd is a simple, fast and user-friendly alternative to the find command. - - While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. + fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. builddeps : - cargo build : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,26 +1,23 @@ fd + https://github.com/sharkdp/fd - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com Apache-2.0 MIT system.utils - A simple, fast and user-friendly alternative to find. - fd is a simple, fast and user-friendly alternative to the find command. - -While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. + A simple, fast and user-friendly alternative to find + fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. https://getsol.us/sources/README.Solus fd - A simple, fast and user-friendly alternative to find. - fd is a simple, fast and user-friendly alternative to the find command. - -While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. + A simple, fast and user-friendly alternative to find + fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. system.utils @@ -32,12 +29,12 @@ - - 2021-06-14 - 8.2.1 + + 2021-11-30 + 8.3.0 Packaging update - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file