From 038a785674e85d09d0485fe17a202f45f599f760 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 13 Feb 2021 11:08:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20Update=20formula=20tag=20and=20r?= =?UTF-8?q?evision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 4 ++-- Homebrew/mas.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 642a2e3..5e768ac 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -2,8 +2,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.7.1", - revision: "b8dcb4ce4b1d78ada7556565dd5c73e9913758d8" + tag: "v1.8.0", + revision: "e39884cbc8179d877dcf1f583ac144676f5f4531" license "MIT" head "https://github.com/mas-cli/mas.git" diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 505a69f..cac830c 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -2,8 +2,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.7.1", - revision: "b8dcb4ce4b1d78ada7556565dd5c73e9913758d8" + tag: "v1.8.0", + revision: "e39884cbc8179d877dcf1f583ac144676f5f4531" license "MIT" head "https://github.com/mas-cli/mas.git"