From 51463cc47c3caf6970f2513d508737381a73856d Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Wed, 19 Dec 2018 21:24:16 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20Update=20version=20in=20Homebrew?= =?UTF-8?q?=20formula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 6 +++--- Homebrew/mas.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index b6d434f..50ee6d0 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.4.3", - :revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881" + :tag => "v1.4.4", + :revision => "3660365dd334cd852dd83d42ee016e267821a5de" head "https://github.com/mas-cli/mas.git" bottle do @@ -18,7 +18,7 @@ class Mas < Formula end depends_on "carthage" => :build - depends_on :xcode => ["10.0", :build] + depends_on :xcode => ["10.1", :build] def install # Working around build issues in dependencies diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 93af42a..71b0b71 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.4.3", - :revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881" + :tag => "v1.4.4", + :revision => "3660365dd334cd852dd83d42ee016e267821a5de" head "https://github.com/mas-cli/mas.git" bottle do @@ -13,7 +13,7 @@ class Mas < Formula end depends_on "carthage" => :build - depends_on :xcode => ["10.0", :build] + depends_on :xcode => ["10.1", :build] def install # Working around build issues in dependencies