Skip to content

Commit c68d6e5

Browse files
author
typedb-bot
committed
Update the typeql-check.rb formula to 3.12.0-rc0
1 parent e719062 commit c68d6e5

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Formula/typeql-check.rb

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
5+
class TypeqlCheck < Formula
6+
desc "Validate TypeQL query syntax from the command line"
7+
homepage "https://typedb.com"
8+
9+
on_arm do
10+
url "https://repo.typedb.com/public/public-release/raw/names/typeql-check-mac-arm64/versions/3.12.0-rc0/typeql-check-mac-arm64-3.12.0-rc0.zip"
11+
sha256 "847c2832ef913c6369b32ef81a806d6540ae9497de7594c72af9e797843a373e"
12+
end
13+
14+
on_intel do
15+
url "https://repo.typedb.com/public/public-release/raw/names/typeql-check-mac-x86_64/versions/3.12.0-rc0/typeql-check-mac-x86_64-3.12.0-rc0.zip"
16+
sha256 "ab61b8512c95d6ab7477797c80be74baaf4e6bf9b9d013c7acf1cc11628880f8"
17+
end
18+
19+
license "MPL-2.0"
20+
21+
def install
22+
bin.install "typeql-check"
23+
end
24+
end

0 commit comments

Comments
 (0)