From 374901a614c6dd2dc812b59bedf8f4b0fef48e79 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 11 May 2020 21:02:49 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20Update=20formula=20with=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 4 ++-- Homebrew/mas.rb | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 1a3caab..c471e67 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.6.3", - :revision => "3ac7e51b9e9fdd33f7caf7c77bebf09bf0cce44b" + :tag => "v1.6.4", + :revision => "3858fe0761624bd31be458251cc8978f990b634c" head "https://github.com/mas-cli/mas.git" bottle do diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 57b8474..60696ee 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -2,12 +2,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.6.3", - :revision => "3ac7e51b9e9fdd33f7caf7c77bebf09bf0cce44b" + :tag => "v1.6.4", + :revision => "3858fe0761624bd31be458251cc8978f990b634c" head "https://github.com/mas-cli/mas.git" bottle do cellar :any + sha256 "2069b8c1c1a64c2fb91cc1c25ab9c9890c61f2182224b9e0605a35a151bb85bd" => :catalina sha256 "3dd5a50b551a37c164c31375cc8498ba870e29e50086bd5c4c294bc26708a6d2" => :mojave sha256 "a0d1e45203448c08420c3eab2d40ef957fd22c8e40fbeb067bc7bffe4f08dfe2" => :high_sierra end