mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🍼 Update bottle hashes
This commit is contained in:
parent
8b3ce2efac
commit
ea8fd5b78d
2 changed files with 12 additions and 9 deletions
|
@ -9,13 +9,14 @@ class Mas < Formula
|
|||
|
||||
bottle do
|
||||
root_url "https://dl.bintray.com/phatblat/mas-bottles"
|
||||
sha256 cellar: :any, arm64_big_sur: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, big_sur: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, catalina: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, mojave: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, high_sierra: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, sierra: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, el_capitan: "444796f43ad88de2cc6f8effcde699330867ace7d722b367dd446dd75e1db251"
|
||||
sha256 cellar: :any, arm64_big_sur: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, big_sur: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, big_sur: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, catalina: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, mojave: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, high_sierra: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, sierra: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
sha256 cellar: :any, el_capitan: "d54d864976f78665d5175fd9e69ab81b3911fa28fd6ae627b61a18d55d68191a"
|
||||
end
|
||||
|
||||
depends_on "carthage" => :build
|
||||
|
|
|
@ -17,8 +17,10 @@ BOTTLE_DIR="$BUILD_DIR/bottles"
|
|||
VERSION=$(script/version)
|
||||
ROOT_URL="https://dl.bintray.com/phatblat/mas-bottles"
|
||||
|
||||
# Supports macOS versions 11.0 (arm64 & x86_64), 10.15, 10.14, 10.13, 10.12 and 10.11
|
||||
# arm64_big_sur
|
||||
# Supports macOS versions 11.0 (arm64 & x86_64), 10.15, 10.14, 10.13, 10.12, 10.11
|
||||
# NOTE: The built bottle will have the *current* macOS name, which is why the
|
||||
# latest is first in the list (aka ${OS_VERSIONS[0]})
|
||||
# TODO: Add support for arm64_big_sur
|
||||
OS_VERSIONS=(big_sur catalina mojave high_sierra sierra el_capitan)
|
||||
|
||||
# Output filename from build-bottle command
|
||||
|
|
Loading…
Add table
Reference in a new issue