Skip to content

Commit

Permalink
automation: Brew formula update for crowdstrike-falcon-downloader ver…
Browse files Browse the repository at this point in the history
…sion 1.0.0-rc11.
  • Loading branch information
Northwood Labs committed May 1, 2024
1 parent a24822b commit 7bf57c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/crowdstrike-falcon-downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
class CrowdstrikeFalconDownloader < Formula
desc "CLI/TUI for downloading sensors for CrowdStrike Falcon."
homepage "https://github.com/northwood-labs/crowdstrike-falcon-downloader"
version "1.0.0-rc9"
version "1.0.0-rc11"
license "Apache-2.0"

on_macos do
url "https://github.com/northwood-labs/crowdstrike-falcon-downloader/releases/download/1.0.0-rc9/crowdstrike-falcon-downloader-1.0.0-rc9-darwin-universal.zip", using: CurlDownloadStrategy,
url "https://github.com/northwood-labs/crowdstrike-falcon-downloader/releases/download/1.0.0-rc11/crowdstrike-falcon-downloader-1.0.0-rc11-darwin-universal.zip", using: CurlDownloadStrategy,
headers: [
"Accept: application/octet-stream",
"Authorization: Bearer #{ENV["HOMEBREW_GITHUB_API_TOKEN"]}"
]
sha256 "d22d3693cb598a1705b1269a5665dda7a513252f9752e885c067edbf3bce4a62"
sha256 "8b63219d8d6161b0124c048bfcea494875296bb12fd8ed9862c876240d70cf04"

def install
bin.install "crowdstrike-falcon-downloader"
Expand All @@ -23,24 +23,24 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/northwood-labs/crowdstrike-falcon-downloader/releases/download/1.0.0-rc9/crowdstrike-falcon-downloader-1.0.0-rc9-linux-amd64.zip", using: CurlDownloadStrategy,
url "https://github.com/northwood-labs/crowdstrike-falcon-downloader/releases/download/1.0.0-rc11/crowdstrike-falcon-downloader-1.0.0-rc11-linux-amd64.zip", using: CurlDownloadStrategy,
headers: [
"Accept: application/octet-stream",
"Authorization: Bearer #{ENV["HOMEBREW_GITHUB_API_TOKEN"]}"
]
sha256 "42500fae5c56e142fa8eb8920b240fd14357576699d45f41a382e88eafedb891"
sha256 "c48da85fe52bb59fdcfa1d420d462aee96e3d4ed41f3f15cbca367950b1da7cf"

def install
bin.install "crowdstrike-falcon-downloader"
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/northwood-labs/crowdstrike-falcon-downloader/releases/download/1.0.0-rc9/crowdstrike-falcon-downloader-1.0.0-rc9-linux-arm64.zip", using: CurlDownloadStrategy,
url "https://github.com/northwood-labs/crowdstrike-falcon-downloader/releases/download/1.0.0-rc11/crowdstrike-falcon-downloader-1.0.0-rc11-linux-arm64.zip", using: CurlDownloadStrategy,
headers: [
"Accept: application/octet-stream",
"Authorization: Bearer #{ENV["HOMEBREW_GITHUB_API_TOKEN"]}"
]
sha256 "2f69157e81cf2ca02c1af9f4c1c9d87005123c0a7dc795138f2353a4ed5f6a77"
sha256 "8722e5ab24cbfec08eb9f96d3aa8a1b778e5049fcbb1e7432a16f9fd5c58ae8b"

def install
bin.install "crowdstrike-falcon-downloader"
Expand Down

0 comments on commit 7bf57c9

Please sign in to comment.