Skip to content

Commit

Permalink
Merge pull request #197211 from Homebrew/bump-latino-1.4.4
Browse files Browse the repository at this point in the history
latino 1.4.4
  • Loading branch information
BrewTestBot authored Nov 10, 2024
2 parents c75b2b7 + b616141 commit 141ed3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,7 @@ latex2html
latexdiff
latexindent
latexml
latino
lazydocker
lbdb
lc0
Expand Down
26 changes: 10 additions & 16 deletions Formula/l/latino.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@ class Latino < Formula
desc "Open source programming language for Latinos and Hispanic speakers"
homepage "https://www.lenguajelatino.org/"
url "https://github.com/lenguaje-latino/latino.git",
tag: "v1.4.1",
revision: "3ec6ab29902acb0b353cfe9a7b5d0317785fbd88"
tag: "v1.4.4",
revision: "4d8ed2e690dd1efcc47a9f8f790b8a9aeba4b808"
license "MIT"
head "https://github.com/lenguaje-latino/latino.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "b428787cfa2231640131b4ef1fe9a5a32135aea9f4cf13dbce45fa7fc68b7016"
sha256 cellar: :any, arm64_ventura: "aac984134bbd599ee76ccd80ae017c738f633a4642a7a99ce8c40ead45078d8b"
sha256 cellar: :any, arm64_monterey: "96c4a79b87f5f1c44ee9a39d13e75ced35a8b23ed5ee209279690363e79cb876"
sha256 cellar: :any, arm64_big_sur: "e7ac6aa7973d222c73097942a233c2998e542358b21aa725dcbbf8e1e6010b06"
sha256 cellar: :any, sonoma: "87b3c2130263e51a443aa029f03c7dabab2898f334159ae02c82d45a1671e85d"
sha256 cellar: :any, ventura: "0b965dcb6c5701e3519aaeb04e676b53e3962763b5eb9a437548ff8b5d06c839"
sha256 cellar: :any, monterey: "952cc3322325e09ceb9fcbb00c957a4179031f7522c99ae6afbc20bb13bc3d13"
sha256 cellar: :any, big_sur: "0848f83a97ae97c615e2a448eb28573fce7c20f20b3b52ddb6d9f487c80524ac"
sha256 cellar: :any, catalina: "46af81ff7b1693cd40465ce5e0defb7a708c918a996db2af775b913cc682a567"
sha256 cellar: :any, mojave: "2a3e48e1a672715eadfc5401ec7683ee91f7acff18ad8e7e600be3f8c09fee06"
sha256 cellar: :any_skip_relocation, x86_64_linux: "134dda0b3f3b59b4725c7d9cb692b2e57f2c56355dba24e8e9908d03f56bb2b0"
sha256 cellar: :any, arm64_sonoma: "3f71439866df37de2cbe8fb5c711b770d70186e57a2e3a586dfddd95264aa3df"
sha256 cellar: :any, arm64_ventura: "dbe2fc1ead1951d6c44a9b96638e3ae889322eb7ebb634a826618bed50b16e06"
sha256 cellar: :any, sonoma: "63944aac895d9ec94344a647f9adeab4f4fb9a8d2bb548999d39aa7eb874af0b"
sha256 cellar: :any, ventura: "5a940fde4f7577543fefc1c54ddd0b56b9b09078b9b77acc70b957b8cbc14631"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8732dbdcbb9723660ff9261f790d3f48f929a6e4d95842471d2a3076fe6618c9"
end

depends_on "cmake" => :build
Expand All @@ -28,9 +22,9 @@ class Latino < Formula
end

def install
system "cmake", ".", *std_cmake_args
system "make"
system "make", "install"
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end

test do
Expand Down

0 comments on commit 141ed3e

Please sign in to comment.