mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/e2fsprogs: Update e2fsprogs to version 1.47.0
This commit is contained in:
parent
cbb8913664
commit
97a9e7d7ab
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/97a9e7d7ab 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
|
@ -65,7 +65,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`dropbear`](dropbear/) | Dropbear SSH | 2022.82 | https://dropbear.nl/mirror/dropbear.html |
|
||||
| [`dtc`](dtc/) | Device Tree Compiler | 1.7.0 | https://github.com/dgibson/dtc |
|
||||
| [`dungeonrush`](dungeonrush/) | DungeonRush | 1.1-beta | https://github.com/Rapiz1/DungeonRush |
|
||||
| [`e2fsprogs`](e2fsprogs/) | e2fsprogs | 1.46.5 | http://e2fsprogs.sourceforge.net/ |
|
||||
| [`e2fsprogs`](e2fsprogs/) | e2fsprogs | 1.47.0 | http://e2fsprogs.sourceforge.net/ |
|
||||
| [`ed`](ed/) | GNU ed | 1.18 | https://www.gnu.org/software/ed/ |
|
||||
| [`edid-decode`](edid-decode/) | edid-decode | 20220315.cb74358c2896 | https://git.linuxtv.org/edid-decode |
|
||||
| [`editline`](editline/) | editline | 1.17.1 | https://github.com/troglobit/editline |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='e2fsprogs'
|
||||
version='1.46.5'
|
||||
version='1.47.0'
|
||||
files=(
|
||||
"https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${version}/e2fsprogs-${version}.tar.xz#2f16c9176704cf645dc69d5b15ff704ae722d665df38b2ed3cfc249757d8d81e"
|
||||
"https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${version}/e2fsprogs-${version}.tar.xz#144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db"
|
||||
)
|
||||
useconfigure='true'
|
||||
|
|
Loading…
Reference in a new issue