From d403a44a42c239d548dd484105a0bc85b4562a06 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Tue, 26 Dec 2023 02:02:47 +0100 Subject: [PATCH 1/2] sse2neon 1.7.0 --- Formula/s/sse2neon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sse2neon.rb b/Formula/s/sse2neon.rb index 50f26647a36d6..282393368b6e5 100644 --- a/Formula/s/sse2neon.rb +++ b/Formula/s/sse2neon.rb @@ -1,8 +1,8 @@ class Sse2neon < Formula desc "Translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation" homepage "https://github.com/DLTcollab/sse2neon" - url "https://github.com/DLTcollab/sse2neon/archive/refs/tags/v1.6.0.tar.gz" - sha256 "06f4693219deccb91b457135d836fc514a1c0a57e9fa66b143982901d2d19677" + url "https://github.com/DLTcollab/sse2neon/archive/refs/tags/v1.7.0.tar.gz" + sha256 "cee6d54922dbc9d4fa57749e3e4b46161b7f435a22e592db9da008051806812a" license "MIT" head "https://github.com/DLTcollab/sse2neon.git", branch: "master" From 822161b33e57766d16374bd6d6546a8877ce04c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Dec 2023 01:13:15 +0000 Subject: [PATCH 2/2] sse2neon: update 1.7.0 bottle. --- Formula/s/sse2neon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/sse2neon.rb b/Formula/s/sse2neon.rb index 282393368b6e5..21a14f8e20f4c 100644 --- a/Formula/s/sse2neon.rb +++ b/Formula/s/sse2neon.rb @@ -7,7 +7,7 @@ class Sse2neon < Formula head "https://github.com/DLTcollab/sse2neon.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "485a6235165d9415b6996665721102846c8787b5f7c6588bc2f494821b6c287a" + sha256 cellar: :any_skip_relocation, all: "3606b905406ef9d76f07277db5c46e96d6a6372e55b61aa195684859cb6801b3" end depends_on arch: :arm64