From 2741c3fd2527b35c825a06c460947762c4cffbf6 Mon Sep 17 00:00:00 2001 From: masclibot Date: Sun, 17 Nov 2024 17:31:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=20v1.8.8-beta.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 6 +++--- Homebrew/mas.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 4195b6d..efcae82 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -6,13 +6,13 @@ class Mas < Formula desc "Mac App Store command-line interface" homepage "https://github.com/mas-cli/mas" url "https://github.com/mas-cli/mas.git", - tag: "v1.8.7-beta.1", - revision: "f8be3e9aaa6c78490277976f17041f2577f5dc21" + tag: "v1.8.8-beta.1", + revision: "ca921c07d806f6b76820cba8ddfd3ca8edfb145d" license "MIT" head "https://github.com/mas-cli/mas.git", branch: "main" bottle do - root_url "https://github.com/mas-cli/mas/releases/download/v1.8.7-beta.1" + root_url "https://github.com/mas-cli/mas/releases/download/v1.8.8-beta.1" sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d042a450d2623e3ea40db0b645454ee88d1a1763a7aa778eec5beea619b9a60" sha256 cellar: :any_skip_relocation, arm64_ventura: "0d042a450d2623e3ea40db0b645454ee88d1a1763a7aa778eec5beea619b9a60" sha256 cellar: :any_skip_relocation, arm64_monterey: "0d042a450d2623e3ea40db0b645454ee88d1a1763a7aa778eec5beea619b9a60" diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 050648f..2ce694f 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -6,8 +6,8 @@ class Mas < Formula desc "Mac App Store command-line interface" homepage "https://github.com/mas-cli/mas" url "https://github.com/mas-cli/mas.git", - tag: "v1.8.7-beta.1", - revision: "f8be3e9aaa6c78490277976f17041f2577f5dc21" + tag: "v1.8.8-beta.1", + revision: "ca921c07d806f6b76820cba8ddfd3ca8edfb145d" license "MIT" head "https://github.com/mas-cli/mas.git", branch: "main"