From fd62eb325e28b29cc53f9aa5aab790453b7bc9db Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 8 Apr 2023 09:33:25 +0300 Subject: [PATCH] Ports: Update dtc to version 1.7.0 Also, don't use a commit hash anymore but instead use tags, which are updated often enough. --- Ports/AvailablePorts.md | 2 +- Ports/dtc/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 1d917e7f7d..88abc554a4 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -52,7 +52,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`drascula`](drascula/) | DrĂ¡scula: The Vampire Strikes Back | 1.0 | https://www.scummvm.org/games/#games-drascula | | [`dreamweb`](dreamweb/) | DreamWeb | 1.1 | https://www.scummvm.org/games/#games-dreamweb | | [`dropbear`](dropbear/) | Dropbear SSH | 2022.82 | https://dropbear.nl/mirror/dropbear.html | -| [`dtc`](dtc/) | Device Tree Compiler | 98a0700 | 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 | | [`e2fsprogs`](e2fsprogs/) | e2fsprogs | 1.46.5 | http://e2fsprogs.sourceforge.net/ | | [`ed`](ed/) | GNU ed | 1.18 | https://www.gnu.org/software/ed/ | diff --git a/Ports/dtc/package.sh b/Ports/dtc/package.sh index c761485ade..50e49839c4 100755 --- a/Ports/dtc/package.sh +++ b/Ports/dtc/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='dtc' -version='98a07006c48dc0bc3f42b3b3ce75b7f03e87e724' +version='1.7.0' auth_type='sha256' -files="https://github.com/dgibson/dtc/archive/${version}.tar.gz dtc-${version}.tar.gz 34a06bc0b3d0a3f411d09941946e0d094e7be81e437bdf6a7e30fa9c10de4bf4" +files="https://github.com/dgibson/dtc/archive/refs/tags/v${version}.tar.gz dtc-${version}.tar.gz 70d9c156ec86d63de0f7bdae50540ffa492b25ec1d69491c7520845c860b9a62" depends=('bash')