mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🍺 Update formula
This commit is contained in:
parent
af1e9d4cb4
commit
ee2e5ca98a
2 changed files with 10 additions and 11 deletions
|
@ -2,17 +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.5.0",
|
:tag => "v1.6.0",
|
||||||
:revision => "ccaaa74c9593d04dc41fcff40af196fdad49f517"
|
:revision => "af1e9d4cb404164fbe4e8db73159e1e15c0b3184"
|
||||||
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"
|
|
||||||
cellar :any
|
cellar :any
|
||||||
sha256 "237fd7270cb8f0d68a33e7ce05671a2e5c269d05d736abb0f66b50215439084e" => :mojave
|
sha256 "64ecec172ad61356756cd5e57a0b762d209475b5c2ac0b98ee878213e0944e41" => :mojave
|
||||||
sha256 "237fd7270cb8f0d68a33e7ce05671a2e5c269d05d736abb0f66b50215439084e" => :high_sierra
|
sha256 "6308bcd96847857d1a491dab79a22dcc964d0442fbe36bdd22d64ceb7813e664" => :high_sierra
|
||||||
sha256 "237fd7270cb8f0d68a33e7ce05671a2e5c269d05d736abb0f66b50215439084e" => :sierra
|
|
||||||
sha256 "237fd7270cb8f0d68a33e7ce05671a2e5c269d05d736abb0f66b50215439084e" => :el_capitan
|
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "carthage" => :build
|
depends_on "carthage" => :build
|
||||||
|
@ -38,5 +35,6 @@ class Mas < Formula
|
||||||
|
|
||||||
test do
|
test do
|
||||||
assert_equal version.to_s, shell_output("#{bin}/mas version").chomp
|
assert_equal version.to_s, shell_output("#{bin}/mas version").chomp
|
||||||
|
assert_include shell_output("#{bin}/mas info 497799835"), "Xcode"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -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.5.0",
|
:tag => "v1.6.0",
|
||||||
:revision => "ccaaa74c9593d04dc41fcff40af196fdad49f517"
|
:revision => "af1e9d4cb404164fbe4e8db73159e1e15c0b3184"
|
||||||
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 "d3668e4d128dfc8e062adc30c543ded35e7726dd9e021696e32a97d484e465fd" => :mojave
|
sha256 "64ecec172ad61356756cd5e57a0b762d209475b5c2ac0b98ee878213e0944e41" => :mojave
|
||||||
sha256 "fc6658113d785a660e3f4d2e4e134ad02fe003ffa7d69271a2c53f503aaae726" => :high_sierra
|
sha256 "6308bcd96847857d1a491dab79a22dcc964d0442fbe36bdd22d64ceb7813e664" => :high_sierra
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "carthage" => :build
|
depends_on "carthage" => :build
|
||||||
|
@ -35,5 +35,6 @@ class Mas < Formula
|
||||||
|
|
||||||
test do
|
test do
|
||||||
assert_equal version.to_s, shell_output("#{bin}/mas version").chomp
|
assert_equal version.to_s, shell_output("#{bin}/mas version").chomp
|
||||||
|
assert_include shell_output("#{bin}/mas info 497799835"), "Xcode"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue