mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
🍺 Update homebrew formula
This commit is contained in:
parent
ccaaa74c95
commit
9e9fd23bc9
2 changed files with 6 additions and 6 deletions
|
@ -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.4",
|
:tag => "v1.5.0",
|
||||||
:revision => "3660365dd334cd852dd83d42ee016e267821a5de"
|
:revision => "ccaaa74c9593d04dc41fcff40af196fdad49f517"
|
||||||
head "https://github.com/mas-cli/mas.git"
|
head "https://github.com/mas-cli/mas.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -15,9 +15,9 @@ class Mas < Formula
|
||||||
sha256 "237fd7270cb8f0d68a33e7ce05671a2e5c269d05d736abb0f66b50215439084e" => :el_capitan
|
sha256 "237fd7270cb8f0d68a33e7ce05671a2e5c269d05d736abb0f66b50215439084e" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "trash"
|
|
||||||
depends_on "carthage" => :build
|
depends_on "carthage" => :build
|
||||||
depends_on :xcode => ["10.1", :build]
|
depends_on :xcode => ["10.1", :build]
|
||||||
|
depends_on "trash"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Working around build issues in dependencies
|
# Working around build issues in dependencies
|
||||||
|
|
|
@ -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.4",
|
:tag => "v1.5.0",
|
||||||
:revision => "3660365dd334cd852dd83d42ee016e267821a5de"
|
:revision => "ccaaa74c9593d04dc41fcff40af196fdad49f517"
|
||||||
head "https://github.com/mas-cli/mas.git"
|
head "https://github.com/mas-cli/mas.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -12,9 +12,9 @@ class Mas < Formula
|
||||||
sha256 "fc6658113d785a660e3f4d2e4e134ad02fe003ffa7d69271a2c53f503aaae726" => :high_sierra
|
sha256 "fc6658113d785a660e3f4d2e4e134ad02fe003ffa7d69271a2c53f503aaae726" => :high_sierra
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "trash"
|
|
||||||
depends_on "carthage" => :build
|
depends_on "carthage" => :build
|
||||||
depends_on :xcode => ["10.1", :build]
|
depends_on :xcode => ["10.1", :build]
|
||||||
|
depends_on "trash"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Working around build issues in dependencies
|
# Working around build issues in dependencies
|
||||||
|
|
Loading…
Reference in a new issue