teleport 8.0.7
* teleport 8.0.7 * update webassets Closes #91788. Co-authored-by: rui <rui@chenrui.dev> Signed-off-by: rui <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
7cb56913fd
commit
8b8af85276
|
@ -1,8 +1,8 @@
|
|||
class Teleport < Formula
|
||||
desc "Modern SSH server for teams managing distributed infrastructure"
|
||||
homepage "https://gravitational.com/teleport"
|
||||
url "https://github.com/gravitational/teleport/archive/v8.0.6.tar.gz"
|
||||
sha256 "3373a2f1df364ab71f96e8b7a5bea6443d6903b3e54ee3fbf51e5e0f39e3bcec"
|
||||
url "https://github.com/gravitational/teleport/archive/v8.0.7.tar.gz"
|
||||
sha256 "7efabc5808e246e1509b884ef5b9763a8c344b42f940e59e5b26eee73febdd6c"
|
||||
license "Apache-2.0"
|
||||
head "https://github.com/gravitational/teleport.git", branch: "master"
|
||||
|
||||
|
@ -34,8 +34,8 @@ class Teleport < Formula
|
|||
|
||||
# Keep this in sync with https://github.com/gravitational/teleport/tree/v#{version}
|
||||
resource "webassets" do
|
||||
url "https://github.com/gravitational/webassets/archive/db4dbe5a7ec2d9bd1540f4fd89d0a6d1a52b8181.tar.gz"
|
||||
sha256 "a0a5b30644ade30adb6bf398d34335311326f4d83d42839fa7f47f2238de942f"
|
||||
url "https://github.com/gravitational/webassets/archive/240464d54ac498281592eb0b30c871dc3c7ce09b.tar.gz"
|
||||
sha256 "79fe6b28b056a1fff41123dcbbec5cad67382cc83c8f67484c4ba37192b8dceb"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue