We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3611c commit f35d87aCopy full SHA for f35d87a
Formula/z/zrok.rb
@@ -1,11 +1,10 @@
1
class Zrok < Formula
2
desc "Geo-scale, next-generation sharing platform built on top of OpenZiti"
3
homepage "https://zrok.io"
4
- url "https://github.com/openziti/zrok/releases/download/v1.0.0/source-v1.0.0.tar.gz"
5
- sha256 "2980581c45514240598135deed8a999bc65359527ded31a5bb855d05e70f2254"
+ url "https://github.com/openziti/zrok/releases/download/v1.0.1/source-v1.0.1.tar.gz"
+ sha256 "31ad43670d3c7e8fdbb89b62f8ee8d16ac5e7d28aad5fed7919933e17177f054"
6
# The main license is Apache-2.0. ACKNOWLEDGEMENTS.md lists licenses for parts of code
7
license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"]
8
- revision 1
9
head "https://github.com/openziti/zrok.git", branch: "main"
10
11
bottle do
0 commit comments