🍺 Update version in Homebrew formula

This commit is contained in:
Ben Chatelain 2018-12-19 21:24:16 -07:00
parent 3660365dd3
commit 51463cc47c
2 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@ class Mas < Formula
desc "Mac App Store command-line interface" desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas" homepage "https://github.com/mas-cli/mas"
url "https://github.com/mas-cli/mas.git", url "https://github.com/mas-cli/mas.git",
:tag => "v1.4.3", :tag => "v1.4.4",
:revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881" :revision => "3660365dd334cd852dd83d42ee016e267821a5de"
head "https://github.com/mas-cli/mas.git" head "https://github.com/mas-cli/mas.git"
bottle do bottle do
@ -18,7 +18,7 @@ class Mas < Formula
end end
depends_on "carthage" => :build depends_on "carthage" => :build
depends_on :xcode => ["10.0", :build] depends_on :xcode => ["10.1", :build]
def install def install
# Working around build issues in dependencies # Working around build issues in dependencies

View file

@ -2,8 +2,8 @@ class Mas < Formula
desc "Mac App Store command-line interface" desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas" homepage "https://github.com/mas-cli/mas"
url "https://github.com/mas-cli/mas.git", url "https://github.com/mas-cli/mas.git",
:tag => "v1.4.3", :tag => "v1.4.4",
:revision => "11a0e3e14e5a83aaaba193dfb6d18aa49a82b881" :revision => "3660365dd334cd852dd83d42ee016e267821a5de"
head "https://github.com/mas-cli/mas.git" head "https://github.com/mas-cli/mas.git"
bottle do bottle do
@ -13,7 +13,7 @@ class Mas < Formula
end end
depends_on "carthage" => :build depends_on "carthage" => :build
depends_on :xcode => ["10.0", :build] depends_on :xcode => ["10.1", :build]
def install def install
# Working around build issues in dependencies # Working around build issues in dependencies