Skip to content

Commit

Permalink
⬆️ Updates formula to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SetOps GitHub Action committed May 16, 2023
1 parent 45e01d0 commit a70f081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/setops-cli.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class SetopsCli < Formula
desc "The only tool you need to run your cloud applications"
homepage "https://setops.co"
url "https://api.github.com/repos/setopsco/releases/releases/assets/108241803",
url "https://api.github.com/repos/setopsco/releases/releases/assets/108372368",
header: "Accept: application/octet-stream"
version "2.0.2"
sha256 "799aadaab4dc2cff5419a9f893cc275582f0d9072fe309d635342c84afc5d23c"
version "2.0.3"
sha256 "528c64f27997d01bd4001cf3190396f165eee12750202b56c42040875528a6de"
# TODO: Update license (see https://docs.brew.sh/Formula-Cookbook)
license :cannot_represent

RELEASE_FILE_NAME = "setops-cli_v2.0.2_darwin_amd64".freeze
RELEASE_FILE_NAME = "setops-cli_v2.0.3_darwin_amd64".freeze

def install
bin.install RELEASE_FILE_NAME => "setops"
Expand Down

0 comments on commit a70f081

Please sign in to comment.