Skip to content

Commit deade2a

Browse files
Update package versions
1 parent 5a13c6b commit deade2a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
env | LC_ALL=C sort
216216
pwd
217217
: "Install OpenBSD packages"
218-
: "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.6/packages/amd64/"
219-
pkg_add m4 automake-1.16.5 autoconf-2.72p0 gcc-11.2.0p14 g++-11.2.0p15 gmake
218+
: "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.7/packages/amd64/"
219+
pkg_add m4 automake-1.17 autoconf-2.72p0 gcc-11.2.0p15 g++-11.2.0p16 gmake
220220
ls -l /usr/local/bin/acl* /usr/local/bin/auto*
221221
export PATH=/usr/local/bin:$PATH
222222
: "The OpenBSD port of autoconf needs this. See <https://marc.info/?l=openbsd-misc&m=115868167816272&w=2>."

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ jobs:
448448
env | LC_ALL=C sort
449449
pwd
450450
: "Install OpenBSD packages"
451-
: "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.6/packages/amd64/"
452-
pkg_add m4 automake-1.16.5 autoconf-2.72p0 gcc-11.2.0p14 g++-11.2.0p15 gmake
451+
: "List of packages: https://cdn.openbsd.org/pub/OpenBSD/7.7/packages/amd64/"
452+
pkg_add m4 automake-1.17 autoconf-2.72p0 gcc-11.2.0p15 g++-11.2.0p16 gmake
453453
ls -l /usr/local/bin/acl* /usr/local/bin/auto*
454454
export PATH=/usr/local/bin:$PATH
455455
: "The OpenBSD port of autoconf needs this. See <https://marc.info/?l=openbsd-misc&m=115868167816272&w=2>."

0 commit comments

Comments
 (0)