mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Ports/jdupes: Update jdupes to version 1.27.3
This commit is contained in:
parent
fc3c134c55
commit
3d919b2f8d
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
| [`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 |
|
| [`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 |
|
| [`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 |
|
| [`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/ |
|
| [`joe`](joe/) | joe's own editor | 4.6 | https://joe-editor.sourceforge.io/ |
|
||||||
| [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
| [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='jdupes'
|
port='jdupes'
|
||||||
version='1.26.1'
|
version='1.27.3'
|
||||||
files=(
|
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=(
|
depends=(
|
||||||
'libjodycode'
|
'libjodycode'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue