mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/fclones: upgrade to 0.28.0
This commit is contained in:
parent
61d81b2de3
commit
6cbff4c497
@ -1,7 +1,7 @@
|
||||
# Contributor: Michał Polański <michal@polanski.me>
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=fclones
|
||||
pkgver=0.27.3
|
||||
pkgver=0.28.0
|
||||
pkgrel=0
|
||||
pkgdesc="Efficient duplicate file finder"
|
||||
url="https://github.com/pkolaczk/fclones"
|
||||
@ -36,6 +36,6 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fe286f036ee54f0e2f77ea65a7aaf4f3d51632412998877c78722446daf14fb65547a961257982817ad8b65371420051f8ec69fb88559a6b8ecdcd05883098e4 fclones-0.27.3.tar.gz
|
||||
bca0d44f67de1f16e2cbdccfe7fb5b0aea4cadf5912b548eaa584d3c40e32e1b8d81385a19dc48e2ef66143ac392c8538489c10c0f0fc60fb8f779446edc4d3a musl-fix.patch
|
||||
6055c82285cf743b05122e080fe32b881752680897003ca347137f7ad4149bc5142b49867f648a2e85e2022ca88672e16a7280aa0e7ff1ae44725d67d87022b2 fclones-0.28.0.tar.gz
|
||||
cddd37d1a395cb9ab0e69955e8c51c6cba6eb095974142564a0773ec189d01c0bcc31eb6b70c32ed40d0a3094f81dd0aca05e041fe81651f1660fb2f9b02ac61 musl-fix.patch
|
||||
"
|
||||
|
@ -18,7 +18,7 @@ see: https://github.com/pkolaczk/fclones/issues/95
|
||||
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -892,8 +892,7 @@ dependencies = [
|
||||
@@ -1090,8 +1090,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reflink"
|
||||
version = "0.1.3"
|
||||
@ -28,11 +28,9 @@ see: https://github.com/pkolaczk/fclones/issues/95
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 3f96e5a..c4e1ee1 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -67,10 +67,10 @@ winapi = "0.3"
|
||||
@@ -83,11 +83,11 @@ winapi = "0.3"
|
||||
winapi-util = "0.1"
|
||||
|
||||
[target.'cfg(not(any(target_os = "linux", target_os = "android")))'.dependencies]
|
||||
@ -40,6 +38,7 @@ index 3f96e5a..c4e1ee1 100644
|
||||
+reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5"
|
||||
-reflink = "0.1"
|
||||
+reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
|
||||
serde_test = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user