1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

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.
This commit is contained in:
Liav A 2023-04-08 09:33:25 +03:00 committed by Idan Horowitz
parent 9d43132380
commit fd62eb325e
2 changed files with 3 additions and 3 deletions

View file

@ -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')