diff --git a/manifest/armv7l/r/rdfind.filelist b/manifest/armv7l/r/rdfind.filelist index 645adbbc45..ec5bab3f63 100644 --- a/manifest/armv7l/r/rdfind.filelist +++ b/manifest/armv7l/r/rdfind.filelist @@ -1,3 +1,3 @@ -# Total size: 97407 +# Total size: 80719 /usr/local/bin/rdfind /usr/local/share/man/man1/rdfind.1.zst diff --git a/manifest/i686/r/rdfind.filelist b/manifest/i686/r/rdfind.filelist index 283dba1c23..0cdd48d370 100644 --- a/manifest/i686/r/rdfind.filelist +++ b/manifest/i686/r/rdfind.filelist @@ -1,3 +1,3 @@ -# Total size: 126199 +# Total size: 127755 /usr/local/bin/rdfind /usr/local/share/man/man1/rdfind.1.zst diff --git a/manifest/x86_64/r/rdfind.filelist b/manifest/x86_64/r/rdfind.filelist index 5208eb6a83..5e5f03fd39 100644 --- a/manifest/x86_64/r/rdfind.filelist +++ b/manifest/x86_64/r/rdfind.filelist @@ -1,3 +1,3 @@ -# Total size: 118339 +# Total size: 120459 /usr/local/bin/rdfind /usr/local/share/man/man1/rdfind.1.zst diff --git a/packages/rdfind.rb b/packages/rdfind.rb index 31bf76958a..5f3e0e0649 100644 --- a/packages/rdfind.rb +++ b/packages/rdfind.rb @@ -6,25 +6,26 @@ require 'buildsystems/autotools' class Rdfind < Autotools description 'Redundant data find - a program that finds duplicate files.' homepage 'https://rdfind.pauldreik.se/' - version '1.7.0' + version '1.7.0-1ed3036' license 'GPL2' compatibility 'all' source_url 'https://github.com/pauldreik/rdfind.git' - git_hashtag "releases/#{version}" + git_hashtag '1ed3036a133037c4a32b99f960177f9774495f74' + # git_hashtag "releases/#{version.split('-').first}" binary_compression 'tar.zst' binary_sha256({ - aarch64: 'a8c69c6491066c5ec4e4d03d93e8ad0b52f0ed860726fc30c6811a9640eb1ef8', - armv7l: 'a8c69c6491066c5ec4e4d03d93e8ad0b52f0ed860726fc30c6811a9640eb1ef8', - i686: '89b9632df969a15d3cf6004e8ba93ce79219a1b4f0e306c729cfb2e0e537b298', - x86_64: '5fce0767f527c9f1f0af226aad64a21d992f9ed9dcfba497a180bfb18d33a2c7' + aarch64: '0ae9197eb83e4b11cb03fefc8dd8dc4cc8f8ec1186821874b10ddc456416befa', + armv7l: '0ae9197eb83e4b11cb03fefc8dd8dc4cc8f8ec1186821874b10ddc456416befa', + i686: '8906db22f0dcca36ca4938cedcb4374c0e9f3402bad72f46a93082e28fc6ac4d', + x86_64: 'e4782a1446cbf734a3794e0ceb88b842c708e177c1128724576f03611e3b68ce' }) depends_on 'autoconf_archive' => :build - depends_on 'gcc_lib' # R - depends_on 'glibc' # R - depends_on 'nettle' # R - depends_on 'xxhash' # R + depends_on 'gcc_lib' => :executable_only + depends_on 'glibc' => :executable_only + depends_on 'nettle' => :executable_only + depends_on 'xxhash' => :executable_only def self.patch system "sed -i '//a #include ' rdfind.cc" diff --git a/tools/automatically_updatable_packages/rdfind b/tools/automatically_updatable_packages/rdfind new file mode 100644 index 0000000000..e69de29bb2