Skip to content

Commit

Permalink
Merge pull request #202107 from Homebrew/bump-vlang-0.4.9
Browse files Browse the repository at this point in the history
vlang 0.4.9
  • Loading branch information
BrewTestBot authored Dec 23, 2024
2 parents 149916a + 68dccb7 commit 98b25a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/v/vlang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Vlang < Formula
desc "V programming language"
homepage "https://vlang.io"
# NOTE: Keep this in sync with V compiler below when updating
url "https://github.com/vlang/v/archive/refs/tags/0.4.8.tar.gz"
sha256 "2684d3326a11087746429bd4ad6366d2b696cffc883e3b76fe740a8deb1dc172"
url "https://github.com/vlang/v/archive/refs/tags/0.4.9.tar.gz"
sha256 "0674be29f7d5f8912b27193107c70ebcf8d0db2ce6aa7da8083d5de3db210594"
license "MIT"

livecheck do
Expand All @@ -12,12 +12,12 @@ class Vlang < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "a0b3839542ee5796fb2c4a2aaa7f36fb99cf1d110776a258afcced1413b3ad47"
sha256 cellar: :any, arm64_sonoma: "c8b1b55a3567ef762b8837e91386c45ce57e7c2e7876a718d88574285c4e5c59"
sha256 cellar: :any, arm64_ventura: "f40dcf7b5c9ca6c421cd0489a33706ea46169427d0758778c234a1069cd87d80"
sha256 cellar: :any, sonoma: "835738f0a1d8b175c10cac76b83fd8380e3e9b87908ef2e93076076b85394c45"
sha256 cellar: :any, ventura: "1ba59bee75301a9bf360781a9101ae6bd310ef165c973556e7e1922495d92fa3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b672d9650fea75445704773fd620501bd3ecbd696a1efa295c6a3e2a3f9972f"
sha256 arm64_sequoia: "7a9a6ff09ce7521bd65169b4388180e94c82bd156a3ca8ad6a2011d6ebdbf23f"
sha256 arm64_sonoma: "253f96e4ff3e964fb60d140ac00c313fbcde0a6a21b2be82f0640759e2c8b33d"
sha256 arm64_ventura: "48989de25cd49bd888bbdd1f43ded49c5cd3c7339462ccb4976d34bacf478c62"
sha256 cellar: :any, sonoma: "67b706c7ca87afe8bdacfef10aca5723e314f4ff3a09534dc7a7c374e21e62e0"
sha256 cellar: :any, ventura: "fb63af7d72e63c80c7ad754e3941a633d99ad460701d772a6d48d017cb12a180"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d30a53219dc35eb0aac099704ebac18af9d429d75ca6400e5cba4983d1901b05"
end

depends_on "bdw-gc"
Expand All @@ -29,7 +29,7 @@ class Vlang < Formula
# "[v:master] {short SHA of the vlang release commit} - {vlang version number}".
# The sources of this V compiler commit need to be used here
url "https://github.com/vlang/vc.git",
revision: "54beb1f416b404a06b894e6883a0e2368d80bc3e"
revision: "27942c7ab5a12b9253eb69eaf3a58699bcdd5189"

on_big_sur :or_older do
patch do
Expand Down

0 comments on commit 98b25a1

Please sign in to comment.