From 582d74b729e37929cc72767299a54e2c91caa52c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 14 Aug 2021 19:45:31 +0200 Subject: [PATCH] Ports: Bump vlang version to weekly.2021.31 The previous version failed to build. --- Ports/AvailablePorts.md | 2 +- Ports/vlang/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index e390d1ae47..b5420d231e 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -128,7 +128,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`quake`](quake/) | Quake | 0.65 | https://github.com/SerenityOS/SerenityQuake | | [`quake2`](quake2/) | QuakeII | 0.1 | https://github.com/SerenityOS/SerenityQuakeII | | [`r0`](r0/) | r0 (minimalistic commandline hexadecimal editor) | 0.8 | https://github.com/radareorg/r0 | -| [`vlang`](vlang/) | V programming language | weekly.2021.28 | https://github.com/vlang/v | +| [`vlang`](vlang/) | V programming language | weekly.2021.31 | https://github.com/vlang/v | | [`radare2`](radare2/) | radare2 reverse engineering framework | 5.4.0-git | https://github.com/radareorg/radare2 | | [`readline`](readline/) | GNU Readline Library | 8.1 | https://tiswww.case.edu/php/chet/readline/rltop.html | | [`rsync`](rsync/) | rsync | 3.1.3 | https://rsync.samba.org/ | diff --git a/Ports/vlang/package.sh b/Ports/vlang/package.sh index 08f5cfd60a..d936d12229 100755 --- a/Ports/vlang/package.sh +++ b/Ports/vlang/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port=v auth_type=sha256 -version=weekly.2021.28 -files="https://codeload.github.com/vlang/v/tar.gz/refs/tags/$version v-$version.tar.gz a6a28e5a7984439d20e8cc31a01984ced065da9d7bd9ccc1a171f94ca2a06c68" +version=weekly.2021.31 +files="https://codeload.github.com/vlang/v/tar.gz/refs/tags/$version v-$version.tar.gz b0daf0a2e2cb6d463710952f4d2e8705c17d02a9270355b20861ff3fd5f72563" build() { (