From 49bb00c4bd85eacdf79da9e3a7d0ba76b10873f4 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 3 Aug 2023 13:47:13 +0200 Subject: [PATCH 1/2] elvis 3.0.1 --- Formula/elvis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/elvis.rb b/Formula/elvis.rb index a370220adf800..6166f66a2b5e8 100644 --- a/Formula/elvis.rb +++ b/Formula/elvis.rb @@ -1,8 +1,8 @@ class Elvis < Formula desc "Erlang Style Reviewer" homepage "https://github.com/inaka/elvis" - url "https://github.com/inaka/elvis/archive/refs/tags/1.1.0.tar.gz" - sha256 "4afa3629f95997449ec9ce15a4aa59dd8fece5a5320e23e1d1c7590d1831d953" + url "https://github.com/inaka/elvis/archive/refs/tags/3.0.1.tar.gz" + sha256 "ccf479c6d6bddc7fc9e6658eaf15f792d11e988f58417578b53e223e4f551698" license "Apache-2.0" head "https://github.com/inaka/elvis.git", branch: "master" From 6a7ee0fdfeb4411700979923d0b9c0c813b451f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:31:27 +0000 Subject: [PATCH 2/2] elvis: update 3.0.1 bottle. --- Formula/elvis.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/elvis.rb b/Formula/elvis.rb index 6166f66a2b5e8..7460b63b0cf17 100644 --- a/Formula/elvis.rb +++ b/Formula/elvis.rb @@ -7,14 +7,13 @@ class Elvis < Formula head "https://github.com/inaka/elvis.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "210984b57d5962ef212e888f437e57096523f5f69213b8d6ed955e06e12c3853" - sha256 cellar: :any_skip_relocation, arm64_monterey: "484b57c447562c600cfa29ac602785be86aa4e8b761d0876fb9c329907101a97" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "d3368f9a7586dbb61126f781336e0cc9ccc30791c0f7b4ea2d99e7ba6ef6d1df" - sha256 cellar: :any_skip_relocation, ventura: "ff296bea3962c667a33530101225b5cf52bfc1f349cb935ba68b12e113afa452" - sha256 cellar: :any_skip_relocation, monterey: "b08e0a5e40f231fb03d6507c9cca0fdd5f4e246b6e48f979d03e9c453837db19" - sha256 cellar: :any_skip_relocation, big_sur: "0249893c657ebda3b0d781d485bb969da79957cad9aaca612de41ed13aba09f3" - sha256 cellar: :any_skip_relocation, catalina: "9c14bf947e1c2bf32b8a72385d8773262c3c344c55be92f6bd221144d3655806" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a3250151dc4ab48cfe4ddcf67bb48d48b57870171e1ba9331470505bd48e42e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b57c94b53cef14384be4027c8d3706fd85dd847488fdb7b4d25569a33aa574a7" + sha256 cellar: :any_skip_relocation, arm64_monterey: "f05aa4cc9c917962abf625a64d67dcf7bf53af6a5a5fdfb541f2bd96e95fc2d1" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "1fa9839edd6e74ca5aa71cdc749053af571c77c439013363c8f627bc32ebdd62" + sha256 cellar: :any_skip_relocation, ventura: "fc401663943b73aba90c724933a73a1972b6fc35165d51e1a95f006eeac46002" + sha256 cellar: :any_skip_relocation, monterey: "68bfbcdc197ad8c7a3abbad35f813ee963991488591963a6c74544aacafdc1e2" + sha256 cellar: :any_skip_relocation, big_sur: "17fc8a544b03e9b3c97559080380687b9d3f8c3305cfea49d3b2fefb5d23edde" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a35df5889207d099e0c0f5aa97db557413d447c74a6d1b6e929fd6365a249d6b" end depends_on "rebar3" => :build