From 67ff64cd24a224de6ffebd43c937d869aed9152c Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Tue, 24 Oct 2023 08:46:15 -0600 Subject: [PATCH] updated commit for v.c commit = 99b5019e9968ee8842744718c23b540fc928f6df --- source-recipes/v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-recipes/v b/source-recipes/v index 35d0aac4b..a0157751f 100644 --- a/source-recipes/v +++ b/source-recipes/v @@ -3,10 +3,10 @@ version=0.4.2 source_method=git clone_url="https://github.com/vlang/v.git" tag="master" -commit="2a9a0590b7b9bedc8422d6017b71b74adef7d669" +commit="99b5019e9968ee8842744718c23b540fc928f6df" imagedeps="curl" allow_network="yes" regenerate() { - curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c + curl -o v.c https://raw.githubusercontent.com/vlang/vc/99b5019e9968ee8842744718c23b540fc928f6df/v.c }