Ports: Bump vlang version to weekly.2021.31
The previous version failed to build.
This commit is contained in:
parent
909e19f753
commit
582d74b729
Notes:
sideshowbarker
2024-07-18 06:53:20 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/582d74b729e Pull-request: https://github.com/SerenityOS/serenity/pull/9418
2 changed files with 3 additions and 3 deletions
Ports
|
@ -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/ |
|
||||
|
|
|
@ -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() {
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue