Skip to content

Commit

Permalink
nezha-agent 1.7.0 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brewforge-Bot-0 authored Feb 1, 2025
1 parent e2f2908 commit 0934cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/nezha-agent.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class NezhaAgent < Formula
desc "哪吒监控服务"
homepage "https://nezha.wiki/"
version "1.6.1"
version "1.7.0"
license "Apache-2.0"

if OS.mac? && Hardware::CPU.arm?
url "https://github.com/nezhahq/agent/releases/download/v1.6.1/nezha-agent_darwin_arm64.zip"
sha256 "7cd06ec30054f9ed6194dce1f35af9e840eccb12ac063a46f44c5258c286fc9c"
url "https://github.com/nezhahq/agent/releases/download/v1.7.0/nezha-agent_darwin_arm64.zip"
sha256 "99be61c28d99aceda9f8353ba6f3387f8a1a3f8a71ca4e99b301501de58369a6"
elsif OS.mac? && !Hardware::CPU.arm?
url "https://github.com/nezhahq/agent/releases/download/v1.6.1/nezha-agent_darwin_amd64.zip"
sha256 "9413f14b38662885419ef9b08da268a298f16647a451f6f239370a404fedab21"
Expand Down

0 comments on commit 0934cf7

Please sign in to comment.