diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index c544e694356..8f0ca31a660 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -126,7 +126,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`isl`](isl/) | Integer Set Library | 0.26 | https://libisl.sourceforge.io/ | | [`ja2`](ja2/) | Jagged Alliance 2 Stracciatella | 0.15.x | https://github.com/safarp/ja2-stracciatella/tree/0.15.x | | [`jakt`](jakt/) | Jakt Programming Language | | https://github.com/SerenityOS/jakt | -| [`jdupes`](jdupes/) | jdupes, an enhanced fork of 'fdupes' | 1.26.1 | https://github.com/jbruchon/jdupes | +| [`jdupes`](jdupes/) | jdupes, an enhanced fork of 'fdupes' | 1.27.3 | https://github.com/jbruchon/jdupes | | [`jfduke3d`](jfduke3d/) | JonoF's Duke Nukem 3D Port | 41cd46b | https://github.com/jonof/jfduke3d | | [`joe`](joe/) | joe's own editor | 4.6 | https://joe-editor.sourceforge.io/ | | [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | diff --git a/Ports/jdupes/package.sh b/Ports/jdupes/package.sh index 7ec459abef9..dcbe4c16ca3 100755 --- a/Ports/jdupes/package.sh +++ b/Ports/jdupes/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='jdupes' -version='1.26.1' +version='1.27.3' files=( - "https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz#09153824320c65ad529f8f97cd3b7e792c50e9f9018192ea1a76f2e33a196225" + "https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz#6e8352f61b3920a2b5626c7122c3b80b4fdcc5cdd3f1c0c3424530425a77d846" ) depends=( 'libjodycode'