diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2021-08-01 13:16:15 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-02 00:35:35 +0200 |
commit | cb9de1d74199e4310ce5accfcca9ead83f45fa77 (patch) | |
tree | 8f861131942406f8fd4c866606b6e7f1de929f27 /Ports/pkgconf/package.sh | |
parent | 8e8b1c83332879390b32ab41b4acbf6f09ec29fb (diff) | |
download | serenity-cb9de1d74199e4310ce5accfcca9ead83f45fa77.zip |
Ports: Bump pkgconf from version 1.7.3 to 1.8.0
Diffstat (limited to 'Ports/pkgconf/package.sh')
-rwxr-xr-x | Ports/pkgconf/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/pkgconf/package.sh b/Ports/pkgconf/package.sh index 53766f936b..b1ef576fa2 100755 --- a/Ports/pkgconf/package.sh +++ b/Ports/pkgconf/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=pkgconf -version=1.7.3 -files="https://distfiles.dereferenced.org/pkgconf/pkgconf-${version}.tar.xz pkgconf-${version}.tar.xz b846aea51cf696c3392a0ae58bef93e2e72f8e7073ca6ad1ed8b01c85871f9c0" +version=1.8.0 +files="https://distfiles.dereferenced.org/pkgconf/pkgconf-${version}.tar.xz pkgconf-${version}.tar.xz ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf" auth_type=sha256 useconfigure=true # FIXME: This looks suspiciously host-y... |