Skip to content

Commit

Permalink
Merge pull request #132168 from Porkepix/bump-universal-ctags-p6.0.20…
Browse files Browse the repository at this point in the history
…230528.0

universal-ctags p6.0.20230528.0
  • Loading branch information
BrewTestBot authored May 28, 2023
2 parents 9ea9eb0 + 5d6ebff commit c0f14b7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/universal-ctags.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class UniversalCtags < Formula
desc "Maintained ctags implementation"
homepage "https://github.com/universal-ctags/ctags"
url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.0.20230521.0.tar.gz"
version "p6.0.20230521.0"
sha256 "479ade93d7e3b6225e7e4ce0191209477d68894b5e3f1f8ed45e3db17c42d274"
url "https://github.com/universal-ctags/ctags/archive/refs/tags/p6.0.20230528.0.tar.gz"
version "p6.0.20230528.0"
sha256 "7fe18c5473bc88086edf84b4057f91c3428fd1000ced2c41bc58864becbba4b8"
license "GPL-2.0-only"
head "https://github.com/universal-ctags/ctags.git", branch: "master"

Expand All @@ -13,13 +13,13 @@ class UniversalCtags < Formula
end

bottle do
sha256 cellar: :any, arm64_ventura: "92712ac1df7781fc77b9731fc7aeffed391d3a768df3158cf936c0d560217990"
sha256 cellar: :any, arm64_monterey: "4a66bbd3eeaf324c458c0317a5a76b2dadcc7492f092ed356f16f61cc8350493"
sha256 cellar: :any, arm64_big_sur: "bea8d9b3ff4198e0e8aea825de4ce2ccbd87f3e5730991e919f05bcf145d4b46"
sha256 cellar: :any, ventura: "c24db5f0fd420a7531a4ca8ff38b62aa90c595d28214eb3f9cacfee97f4e1cc1"
sha256 cellar: :any, monterey: "fdbb67953df655472ad1e79583f55c32c2deaddcf7209cfef65f7d012cae9b17"
sha256 cellar: :any, big_sur: "7c92bb25d2f1ee408988684518b9e4b4f165edfa79e31947d5f54cc16fd0926b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d62ab260d9dfe39343a5413c2bc51cd84516ddbd209a8b80a961463a9144fe03"
sha256 cellar: :any, arm64_ventura: "5fa136d88d2730053809ac85dabf58f1e2becc3f809df8dc7e1540c9ef8e29fb"
sha256 cellar: :any, arm64_monterey: "8766d2c96fcda36d1f5f9a771e71e20bee06887150ab282052f9853aa288e759"
sha256 cellar: :any, arm64_big_sur: "69978d7f6b321cbaea369dccd22b6d4df438069d49e50e435296c1ae44345507"
sha256 cellar: :any, ventura: "a514ac4c47bd2a0eb179b6558181b21b55b2a0b0a665883a033f223c250837ba"
sha256 cellar: :any, monterey: "1bdfb37bb92a0a5d6e8e147ef2d1fd7a886cf73e563f470ba901d8fc6cfb7441"
sha256 cellar: :any, big_sur: "46390cd9eb7fe257cd64c23d32bf8a3f67d8d913e98b45253f2bb217629a8823"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a4d0b1d4ded658f11fbf37863b94e12af120ecd3f3e7c3f83224b235211cb410"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit c0f14b7

Please sign in to comment.