mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/jdupes: Update jdupes to version 1.27.3
This commit is contained in:
parent
fc3c134c55
commit
3d919b2f8d
Notes:
sideshowbarker
2024-07-17 03:03:37 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/3d919b2f8d Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
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/ |
|
||||
| [`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 |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue