diff options
author | Liav A <liavalb@gmail.com> | 2023-04-08 08:44:23 +0300 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2023-04-08 19:02:06 +0300 |
commit | b414b5633656701e2dfd90d1371bfb72e2fee775 (patch) | |
tree | 474e8b615e70ee30732fe8b72acaa0178b263978 /Ports | |
parent | fd62eb325e28b29cc53f9aa5aab790453b7bc9db (diff) | |
download | serenity-b414b5633656701e2dfd90d1371bfb72e2fee775.zip |
Ports: Update dmidecode to version 3.5
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/dmidecode/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 88abc554a4..059e35bd40 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -43,7 +43,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash | | [`dialog`](dialog/) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ | | [`diffutils`](diffutils/) | GNU Diffutils | 3.8 | https://www.gnu.org/software/diffutils/ | -| [`dmidecode`](dmidecode/) | dmidecode | 3.4 | https://github.com/mirror/dmidecode | +| [`dmidecode`](dmidecode/) | dmidecode | 3.5 | https://github.com/mirror/dmidecode | | [`doom`](doom/) | DOOM | | https://github.com/SerenityOS/SerenityDOOM | | [`dos2unix`](dos2unix/) | dos2unix | 7.4.4 | https://waterlan.home.xs4all.nl/dos2unix.html | | [`dosbox-staging`](dosbox-staging/) | DOSBox Staging | 0.76.0 | https://dosbox-staging.github.io/ | diff --git a/Ports/dmidecode/package.sh b/Ports/dmidecode/package.sh index 5935aba9a6..99826d24d5 100755 --- a/Ports/dmidecode/package.sh +++ b/Ports/dmidecode/package.sh @@ -1,5 +1,5 @@ #!/usr/bin/env -S bash ../.port_include.sh port='dmidecode' -version='3.4' -files="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz 43cba851d8467c9979ccdbeab192eb6638c7d3a697eba5ddb779da8837542212" +version='3.5' +files="https://download-mirror.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz dmidecode-${version}.tar.xz 79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073" auth_type='sha256' |