mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/e2fsprogs: Update e2fsprogs to version 1.47.0
This commit is contained in:
parent
cbb8913664
commit
97a9e7d7ab
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 |
|
| [`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 |
|
| [`dtc`](dtc/) | Device Tree Compiler | 1.7.0 | https://github.com/dgibson/dtc |
|
||||||
| [`dungeonrush`](dungeonrush/) | DungeonRush | 1.1-beta | https://github.com/Rapiz1/DungeonRush |
|
| [`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/ |
|
| [`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 |
|
| [`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 |
|
| [`editline`](editline/) | editline | 1.17.1 | https://github.com/troglobit/editline |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='e2fsprogs'
|
port='e2fsprogs'
|
||||||
version='1.46.5'
|
version='1.47.0'
|
||||||
files=(
|
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'
|
useconfigure='true'
|
||||||
|
|
Loading…
Reference in a new issue