Przeglądaj źródła

Ports: Bump pkgconf from version 1.7.3 to 1.8.0

Kenneth Myhra 3 lat temu
rodzic
commit
cb9de1d741
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      Ports/AvailablePorts.md
  2. 2 2
      Ports/pkgconf/package.sh

+ 1 - 1
Ports/AvailablePorts.md

@@ -120,7 +120,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
 | [`pcre`](pcre/)                        | Perl-compatible Regular Expressions (PCRE)                      | 8.44                     | https://www.pcre.org/                                                          |
 | [`pcre2`](pcre2/)                      | Perl-compatible Regular Expressions (PCRE2)                     | 10.34                    | https://www.pcre.org/                                                          |
 | [`php`](php/)                          | PHP                                                             | 8.0.8                    | https://www.php.net/                                                           |
-| [`pkgconf`](pkgconf/)                  | pkgconf                                                         | 1.7.3                    | https://github.com/pkgconf/pkgconf                                             |
+| [`pkgconf`](pkgconf/)                  | pkgconf                                                         | 1.8.0                    | https://github.com/pkgconf/pkgconf                                             |
 | [`SDLPoP`](SDLPoP/)                    | Prince of Persia game                                           |                          | https://github.com/NagyD/SDLPoP                                                |
 | [`printf`](printf/)                    | printf (OpenBSD)                                                | 6.6                      | https://github.com/ibara/libpuffy                                              |
 | [`pt2-clone`](pt2-clone/)              | ProTracker 2 clone                                              | 1.28                     | https://github.com/8bitbubsy/pt2-clone                                         |

+ 2 - 2
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...