Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Brew formula update for aws-cct version v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 11, 2021
1 parent ad8b1ae commit 85b99db
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions aws-cct.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class AwsCct < Formula
desc "AWS Cost Comparison Tool"
homepage "https://github.com/rocketmiles/aws-cct"
version "1.3.0"
version "1.4.0"
bottle :unneeded

if OS.mac?
url "https://github.com/rocketmiles/aws-cct/releases/download/v1.3.0/aws-cct_1.3.0_Darwin_x86_64.tar.gz"
sha256 "e4afa49d76faf14ce0fb1448c4ff9ccb1314c8b47f404d361e14c40cf54dbfca"
on_macos do
if Hardware::CPU.intel?
url "https://github.com/rocketmiles/aws-cct/releases/download/v1.4.0/aws-cct_1.4.0_Darwin_x86_64.tar.gz"
sha256 "7b1b0f2621baa8313a8508ca684588898e65d16c15c2b54a727ed5c62318e259"
end
end
if OS.linux? && Hardware::CPU.intel?
url "https://github.com/rocketmiles/aws-cct/releases/download/v1.3.0/aws-cct_1.3.0_Linux_x86_64.tar.gz"
sha256 "b6f5bcec0ebc4152371b35e32a43a33e203a81002b6e7c02e1686ea406f18265"

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/rocketmiles/aws-cct/releases/download/v1.4.0/aws-cct_1.4.0_Linux_arm64.tar.gz"
sha256 "58395967aaf19371eac570d091f3110bdbd0e97d591f38694dbaef6b1ddbd988"
end
if Hardware::CPU.intel?
url "https://github.com/rocketmiles/aws-cct/releases/download/v1.4.0/aws-cct_1.4.0_Linux_x86_64.tar.gz"
sha256 "e54fecac6edf0eb8bcdf5fec53430017f1560564092e553ff879c1a9d832f6f1"
end
end

def install
Expand Down

0 comments on commit 85b99db

Please sign in to comment.