mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🔖 Version 1.8.7-alpha.1
v1.8.7-beta.1
This commit is contained in:
parent
742e054cc9
commit
f3e681a7e2
2 changed files with 5 additions and 5 deletions
|
@ -2,13 +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.8.6",
|
||||
revision: "560c89af2c1fdf0da9982a085e19bb6f5f9ad2d0"
|
||||
tag: "v1.8.7-beta.1",
|
||||
revision: "f8be3e9aaa6c78490277976f17041f2577f5dc21"
|
||||
license "MIT"
|
||||
head "https://github.com/mas-cli/mas.git", branch: "main"
|
||||
|
||||
bottle do
|
||||
root_url "https://github.com/mas-cli/mas/releases/download/v1.8.6"
|
||||
root_url "https://github.com/mas-cli/mas/releases/download/v1.8.7-beta.1"
|
||||
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d042a450d2623e3ea40db0b645454ee88d1a1763a7aa778eec5beea619b9a60"
|
||||
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d042a450d2623e3ea40db0b645454ee88d1a1763a7aa778eec5beea619b9a60"
|
||||
sha256 cellar: :any_skip_relocation, arm64_monterey: "0d042a450d2623e3ea40db0b645454ee88d1a1763a7aa778eec5beea619b9a60"
|
||||
|
|
|
@ -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.8.6",
|
||||
revision: "560c89af2c1fdf0da9982a085e19bb6f5f9ad2d0"
|
||||
tag: "v1.8.7-beta.1",
|
||||
revision: "f8be3e9aaa6c78490277976f17041f2577f5dc21"
|
||||
license "MIT"
|
||||
head "https://github.com/mas-cli/mas.git", branch: "main"
|
||||
|
||||
|
|
Loading…
Reference in a new issue