mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🍺 Update formula with version
This commit is contained in:
parent
4c356bb7a3
commit
374901a614
2 changed files with 5 additions and 4 deletions
|
@ -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.3",
|
||||
:revision => "3ac7e51b9e9fdd33f7caf7c77bebf09bf0cce44b"
|
||||
:tag => "v1.6.4",
|
||||
:revision => "3858fe0761624bd31be458251cc8978f990b634c"
|
||||
head "https://github.com/mas-cli/mas.git"
|
||||
|
||||
bottle do
|
||||
|
|
|
@ -2,12 +2,13 @@ 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.3",
|
||||
:revision => "3ac7e51b9e9fdd33f7caf7c77bebf09bf0cce44b"
|
||||
:tag => "v1.6.4",
|
||||
:revision => "3858fe0761624bd31be458251cc8978f990b634c"
|
||||
head "https://github.com/mas-cli/mas.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "2069b8c1c1a64c2fb91cc1c25ab9c9890c61f2182224b9e0605a35a151bb85bd" => :catalina
|
||||
sha256 "3dd5a50b551a37c164c31375cc8498ba870e29e50086bd5c4c294bc26708a6d2" => :mojave
|
||||
sha256 "a0d1e45203448c08420c3eab2d40ef957fd22c8e40fbeb067bc7bffe4f08dfe2" => :high_sierra
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue