mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🍺 Update formula for 1.6.1
This commit is contained in:
parent
9d4fde5bb0
commit
fe4c08b948
2 changed files with 10 additions and 10 deletions
|
@ -2,17 +2,17 @@ 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.6.0",
|
:tag => "v1.6.1",
|
||||||
:revision => "af1e9d4cb404164fbe4e8db73159e1e15c0b3184"
|
:revision => "153c40868b7e1a4f5c587f998209f60740ecc26c"
|
||||||
head "https://github.com/mas-cli/mas.git"
|
head "https://github.com/mas-cli/mas.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
root_url "https://dl.bintray.com/phatblat/mas-bottles"
|
root_url "https://dl.bintray.com/phatblat/mas-bottles"
|
||||||
cellar :any
|
cellar :any
|
||||||
sha256 "8abb404d968f2b6201b2afdb199eb3154403c242821dc9bb6fb71597c5b85738" => :mojave
|
sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :mojave
|
||||||
sha256 "8abb404d968f2b6201b2afdb199eb3154403c242821dc9bb6fb71597c5b85738" => :high_sierra
|
sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :high_sierra
|
||||||
sha256 "8abb404d968f2b6201b2afdb199eb3154403c242821dc9bb6fb71597c5b85738" => :sierra
|
sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :sierra
|
||||||
sha256 "8abb404d968f2b6201b2afdb199eb3154403c242821dc9bb6fb71597c5b85738" => :el_capitan
|
sha256 "9388aef5d3035366e4d032984979600907dd838c325076aafe288de77c841784" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "carthage" => :build
|
depends_on "carthage" => :build
|
||||||
|
|
|
@ -2,14 +2,14 @@ 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.6.0",
|
:tag => "v1.6.1",
|
||||||
:revision => "af1e9d4cb404164fbe4e8db73159e1e15c0b3184"
|
:revision => "153c40868b7e1a4f5c587f998209f60740ecc26c"
|
||||||
head "https://github.com/mas-cli/mas.git"
|
head "https://github.com/mas-cli/mas.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
sha256 "c66233398bd402e91714a74678261b97fd22f2d5cee20bd62a350c2183efcba8" => :mojave
|
sha256 "9e376c64f77034ad177b2b41d1802f686a5452518de89d05109d9cdba3240ba3" => :mojave
|
||||||
sha256 "a9bf625303328572bf0d28c7f6e940a7aa7ad559ea6b1b5fc9fc3a3a0619409f" => :high_sierra
|
sha256 "95c64caad81226bb5364d4c4931b0127022f3968cf98b0044bd40a9f77a58049" => :high_sierra
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "carthage" => :build
|
depends_on "carthage" => :build
|
||||||
|
|
Loading…
Reference in a new issue