Skip to content

Commit

Permalink
Merge pull request #201023 from Homebrew/bump-muparser-2.3.5
Browse files Browse the repository at this point in the history
muparser 2.3.5
  • Loading branch information
BrewTestBot authored Dec 13, 2024
2 parents 48d7f70 + 464f89f commit 2714e2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,7 @@ mujs
multi-git-status
multitail
muon
muparser
murex
musikcube
mutt
Expand Down
21 changes: 8 additions & 13 deletions Formula/m/muparser.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
class Muparser < Formula
desc "C++ math expression parser library"
homepage "https://github.com/beltoforion/muparser"
url "https://github.com/beltoforion/muparser/archive/refs/tags/v2.3.4.tar.gz"
sha256 "0c3fa54a3ebf36dda0ed3e7cd5451c964afbb15102bdbcba08aafb359a290121"
url "https://github.com/beltoforion/muparser/archive/refs/tags/v2.3.5.tar.gz"
sha256 "20b43cc68c655665db83711906f01b20c51909368973116dfc8d7b3c4ddb5dd4"
license "BSD-2-Clause"
head "https://github.com/beltoforion/muparser.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "36af0dc46c37f63d7b95d5fbbfd6faedb587b0f66994022486b6216cc1b4a620"
sha256 cellar: :any, arm64_sonoma: "badcf6bec2378a87e78207e2b378d525a75ce0fc3511e47c7dc10fc8e5ed5fbb"
sha256 cellar: :any, arm64_ventura: "6b959115733d494a5a6cb3256853e368313eda71d1df964ae2b67496e092f55d"
sha256 cellar: :any, arm64_monterey: "c2514a95c8f9e08c8c9792ecbc78397fd1c8e52069cf16fdaf87d9cc1cfc8de5"
sha256 cellar: :any, arm64_big_sur: "36f09677be96fe1f60945c6d16c0bbe48b51d898443420f6360d07c478c1127c"
sha256 cellar: :any, sonoma: "ce0a3ba8a87a944fc5d1ab48efc3fd69db79d10c8d5224231e690b6de23f788b"
sha256 cellar: :any, ventura: "f1312db2dadecaabd79c4539f9d19dfbbcff6320ac1e3f019dc2696938eebcfb"
sha256 cellar: :any, monterey: "091cad450a37fbe0b51d83a0302260eca95f872d6d272811df0b82319f37d822"
sha256 cellar: :any, big_sur: "646599aca3fac21f7e0d0f9f3c02d28dae9f03bae2130d3866e7953125ee9779"
sha256 cellar: :any, catalina: "dce05e4517b703b8d41d7477fb64585b20d26cdf83e1bc1e591555e2246f6826"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a22a520b128642ade29eded38b0c9e33c20ddbdcc6055f8522409a48b416df04"
sha256 cellar: :any, arm64_sequoia: "1113ea6b1913855729476842599df799790e20a1932e14e6c4f824c8e7d10235"
sha256 cellar: :any, arm64_sonoma: "31cff23ae8fd7aa82a5a48747d305fe3d9d85c9c5e49d4f9b36bd749fad54e20"
sha256 cellar: :any, arm64_ventura: "797c7bed4369fdc9336cb94511fa3d8247d050a2cfbe0cdd5570d9da5aefc236"
sha256 cellar: :any, sonoma: "96aa82b24e90335059f9a56126cacdd66da217e135d4abe03efc06348233ffa2"
sha256 cellar: :any, ventura: "45f32d38274e9b064eda6ea30418f5aea0a2a5c05ce914a40dde1025da321191"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae8f1d67d9c9a08de1664583ae14fcb4778cc0bb3e3ab171dd98fca1ee990b74"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 2714e2f

Please sign in to comment.