Selaa lähdekoodia

Ports: Update wget to version 1.21.2

This is another one where I just changed the version number and it
worked.
BodgeMaster 3 vuotta sitten
vanhempi
commit
d49a516366
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      Ports/AvailablePorts.md
  2. 1 1
      Ports/wget/package.sh

+ 1 - 1
Ports/AvailablePorts.md

@@ -193,7 +193,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
 | [`vim`](vim/)                          | Vim                                                             | 8.2.4066                 | https://www.vim.org/                                                           |
 | [`vitetris`](vitetris/)                | vitetris                                                        | 0.59.1                   | https://github.com/vicgeralds/vitetris                                         |
 | [`vttest`](vttest/)                    | vttest                                                          | 20210210                 | https://invisible-island.net/vttest/                                           |
-| [`wget`](wget/)                        | GNU Wget                                                        | 1.21.1                   | https://www.gnu.org/software/wget/                                             |
+| [`wget`](wget/)                        | GNU Wget                                                        | 1.21.2                   | https://www.gnu.org/software/wget/                                             |
 | [`wireguard-tools`](wireguard-tools/)  | WireGuard Tools                                                 | 1.0.20210914             | https://www.wireguard.com/                                                     |
 | [`xz`](xz/)                            | xz                                                              | 5.2.5                    | https://tukaani.org/xz/                                                        |
 | [`yasm`](yasm/)                        | Yasm Modular Assembler                                          | 1.3.0                    | https://yasm.tortall.net/                                                      |

+ 1 - 1
Ports/wget/package.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env -S bash ../.port_include.sh
 port=wget
-version=1.21.1
+version=1.21.2
 useconfigure="true"
 use_fresh_config_sub=true
 config_sub_path=build-aux/config.sub