From fb18b5e07001faf7a005f2d56369edfde79a9a8a Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 21 Jan 2019 22:10:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BC=20Update=20formula=20for=201.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 12 ++++++------ Homebrew/mas.rb | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 19ca4df..70f5320 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -2,17 +2,17 @@ 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.1", - :revision => "153c40868b7e1a4f5c587f998209f60740ecc26c" + :tag => "v1.6.2", + :revision => "b3197cf3caa797aa8689cd15da3518cc7149d2ad" head "https://github.com/mas-cli/mas.git" bottle do root_url "https://dl.bintray.com/phatblat/mas-bottles" cellar :any - sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :mojave - sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :high_sierra - sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :sierra - sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :el_capitan + sha256 "451db10c91387ea9eb052b15331960508a94cc828a45e7fc62035e9793eabc04" => :mojave + sha256 "451db10c91387ea9eb052b15331960508a94cc828a45e7fc62035e9793eabc04" => :high_sierra + sha256 "451db10c91387ea9eb052b15331960508a94cc828a45e7fc62035e9793eabc04" => :sierra + sha256 "451db10c91387ea9eb052b15331960508a94cc828a45e7fc62035e9793eabc04" => :el_capitan end depends_on "carthage" => :build diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 2fa271b..b998946 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.6.1", - :revision => "153c40868b7e1a4f5c587f998209f60740ecc26c" + :tag => "v1.6.2", + :revision => "b3197cf3caa797aa8689cd15da3518cc7149d2ad" head "https://github.com/mas-cli/mas.git" bottle do