From db7e7618eb475638f0d0b4c1239e778bc814d06a Mon Sep 17 00:00:00 2001 From: k1LoW Date: Wed, 2 Oct 2024 05:38:26 +0000 Subject: [PATCH] Commit from GitHub Actions (Update formulae) --- control-controls.rb | 14 +++++++------- cwlq.rb | 18 +++++++++--------- protoc-gen-go-client-mock.rb | 14 +++++++------- protoc-gen-go-client.rb | 14 +++++++------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/control-controls.rb b/control-controls.rb index 1a3bbf9..584fa73 100644 --- a/control-controls.rb +++ b/control-controls.rb @@ -5,13 +5,13 @@ class ControlControls < Formula desc "control-controls control controls of AWS Security Hub across all regions." homepage "https://github.com/pepabo/control-controls" - version "0.6.6" + version "0.8.3" license "MIT" on_macos do if Hardware::CPU.arm? - url "https://github.com/pepabo/control-controls/releases/download/v0.6.6/control-controls_v0.6.6_darwin_arm64.zip" - sha256 "f0b29b7b263022cb51f1554849d2a9609ecbbe3b2aaaea2895dcf7a146a4925c" + url "https://github.com/pepabo/control-controls/releases/download/v0.8.3/control-controls_v0.8.3_darwin_arm64.zip" + sha256 "d970e429e320b59730db292ae6636ede1236ca570119a9768130144ac68e4e34" def install bin.install 'control-controls' @@ -22,8 +22,8 @@ def install end end if Hardware::CPU.intel? - url "https://github.com/pepabo/control-controls/releases/download/v0.6.6/control-controls_v0.6.6_darwin_amd64.zip" - sha256 "21eda711b9302f709d4021bd14ad6baf8c2ba8654e51edb2f6dc40e1c575761d" + url "https://github.com/pepabo/control-controls/releases/download/v0.8.3/control-controls_v0.8.3_darwin_amd64.zip" + sha256 "84223d2f358472bfa17b462455f7bcde67a53abd86886254a4e7986b3a364be1" def install bin.install 'control-controls' @@ -37,8 +37,8 @@ def install on_linux do if Hardware::CPU.intel? - url "https://github.com/pepabo/control-controls/releases/download/v0.6.6/control-controls_v0.6.6_linux_amd64.tar.gz" - sha256 "3d7e0669bf7d8781f5e8cad98644c7f9af5a1f81be4125d642cc90431d5b1972" + url "https://github.com/pepabo/control-controls/releases/download/v0.8.3/control-controls_v0.8.3_linux_amd64.tar.gz" + sha256 "de2b858b83ebfc5cdd6d18d587bbb713bcecc019162a30569c0cf190b9c74812" def install bin.install 'control-controls' diff --git a/cwlq.rb b/cwlq.rb index 438dfcf..ebf8732 100644 --- a/cwlq.rb +++ b/cwlq.rb @@ -1,27 +1,27 @@ class Cwlq < Formula desc 'cwlq is a tool/package for querying logs (of Amazon CloudWatch Logs) stored in various datasources.' - version '0.1.0' + version '0.6.1' homepage 'https://github.com/pepabo/cwlq' on_macos do if Hardware::CPU.arm? - url 'https://github.com/pepabo/cwlq/releases/download/v0.1.0/cwlq_v0.1.0_darwin_arm64.zip' - sha256 '36213a86e769f4b515e025e3b7d05a1e6fe3b71abb3bc511530bf373f5bd2667' + url 'https://github.com/pepabo/cwlq/releases/download/v0.6.1/cwlq_v0.6.1_darwin_arm64.zip' + sha256 'ce3288215bf892bb075ee160b17981915342764adeb645c1beeff059dc73c9bc' end if Hardware::CPU.intel? - url 'https://github.com/pepabo/cwlq/releases/download/v0.1.0/cwlq_v0.1.0_darwin_amd64.zip' - sha256 '6e40719457c961f70384e9bc0f52a5b71cd116728d1e41c402ff476f6fb30c44' + url 'https://github.com/pepabo/cwlq/releases/download/v0.6.1/cwlq_v0.6.1_darwin_amd64.zip' + sha256 '4e704abd9d32fe476fe25d96de0957adeee3416ff00bedd436ef7feca1d24fbb' end end on_linux do if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? - url 'https://github.com/pepabo/cwlq/releases/download/v0.1.0/cwlq_v0.1.0_linux_arm64.tar.gz' - sha256 'ca33c7486d56b61714a909cb6f433044fde1c5076db5bcf62836ebf29fbb63f3' + url 'https://github.com/pepabo/cwlq/releases/download/v0.6.1/cwlq_v0.6.1_linux_arm64.tar.gz' + sha256 'a223ea5fc77a4ef4316cbc6840f84707030165b224eba2d5ec4e83118707a0e7' end if Hardware::CPU.intel? - url 'https://github.com/pepabo/cwlq/releases/download/v0.1.0/cwlq_v0.1.0_linux_amd64.tar.gz' - sha256 '73054a50fcd4b4516b830ff2d0509718010f91e742bccba2ee681966cc208572' + url 'https://github.com/pepabo/cwlq/releases/download/v0.6.1/cwlq_v0.6.1_linux_amd64.tar.gz' + sha256 '0e5f85b7996e30544aa0da095d654a625155b3ce2c8d21f5385f49660f165cf2' end end diff --git a/protoc-gen-go-client-mock.rb b/protoc-gen-go-client-mock.rb index fc71795..46b8ae2 100644 --- a/protoc-gen-go-client-mock.rb +++ b/protoc-gen-go-client-mock.rb @@ -1,23 +1,23 @@ class ProtocGenGoClientMock < Formula desc 'protoc-gen-go-client-mock is a protoc plugin that generates a mock of client that bundles gRPC Clients for multiple services.' - version '0.1.0' + version '0.3.0' homepage 'https://github.com/pepabo/protoc-gen-go-client-mock' on_macos do if Hardware::CPU.arm? - url 'https://github.com/pepabo/protoc-gen-go-client-mock/releases/download/v0.1.0/protoc-gen-go-client-mock_v0.1.0_darwin_arm64.zip' - sha256 'b6aba45d74651ecf36737b4b0ccd663a2aec7a2012e385224cefedc4efffb358' + url 'https://github.com/pepabo/protoc-gen-go-client-mock/releases/download/v0.3.0/protoc-gen-go-client-mock_v0.3.0_darwin_arm64.zip' + sha256 'acc1e9583becef84b4fc69599ebed2159358c30c8d0ca99f08c5045d29dc38e8' end if Hardware::CPU.intel? - url 'https://github.com/pepabo/protoc-gen-go-client-mock/releases/download/v0.1.0/protoc-gen-go-client-mock_v0.1.0_darwin_amd64.zip' - sha256 'd8f8bfed6c8db2910a2ae2e7f4d2406a69ef99e87dc92c3c16aa65c72ac9af20' + url 'https://github.com/pepabo/protoc-gen-go-client-mock/releases/download/v0.3.0/protoc-gen-go-client-mock_v0.3.0_darwin_amd64.zip' + sha256 '07176dcffa383bc47a507699c399838f064bcc56e19f4fa2443a5377d7e7e5a8' end end on_linux do if Hardware::CPU.intel? - url 'https://github.com/pepabo/protoc-gen-go-client-mock/releases/download/v0.1.0/protoc-gen-go-client-mock_v0.1.0_linux_amd64.tar.gz' - sha256 'ef11ef83079cef8324ae44ec4304033fdbcc5c90ef19dc8ae901db3af07db67e' + url 'https://github.com/pepabo/protoc-gen-go-client-mock/releases/download/v0.3.0/protoc-gen-go-client-mock_v0.3.0_linux_amd64.tar.gz' + sha256 '957143bad032aeb5863e6f460b90c61742cfa0d2fae65ab26178bdfbd2f568fa' end end diff --git a/protoc-gen-go-client.rb b/protoc-gen-go-client.rb index cc9c53b..e043966 100644 --- a/protoc-gen-go-client.rb +++ b/protoc-gen-go-client.rb @@ -1,23 +1,23 @@ class ProtocGenGoClient < Formula desc 'protoc-gen-go-client is a protoc plugin that generates a client that compiles gRPC clients for multiple services.' - version '0.0.1' + version '0.3.0' homepage 'https://github.com/pepabo/protoc-gen-go-client' on_macos do if Hardware::CPU.arm? - url 'https://github.com/pepabo/protoc-gen-go-client/releases/download/v0.0.1/protoc-gen-go-client_v0.0.1_darwin_arm64.zip' - sha256 '921c864c66a0976bae0908be861b3976cd9765726f73fb65ecd575ff41465f65' + url 'https://github.com/pepabo/protoc-gen-go-client/releases/download/v0.3.0/protoc-gen-go-client_v0.3.0_darwin_arm64.zip' + sha256 '99d26e1284c1974a08ac8daed9f339c0a1261b401ff6769b1ffdeb4705be7d7b' end if Hardware::CPU.intel? - url 'https://github.com/pepabo/protoc-gen-go-client/releases/download/v0.0.1/protoc-gen-go-client_v0.0.1_darwin_amd64.zip' - sha256 '8631b04e71c0dd07a8988c1399a45907221fa2b28b9f3855dbf149c78d1c6d1e' + url 'https://github.com/pepabo/protoc-gen-go-client/releases/download/v0.3.0/protoc-gen-go-client_v0.3.0_darwin_amd64.zip' + sha256 'aa99a0308024dc0118b06edc1bd31aacc9332d18cc56fb314ad38e5893257cbe' end end on_linux do if Hardware::CPU.intel? - url 'https://github.com/pepabo/protoc-gen-go-client/releases/download/v0.0.1/protoc-gen-go-client_v0.0.1_linux_amd64.tar.gz' - sha256 '0f879827782628a008fb27fcee0c0f3a9f0cc26aaae499b3ddd93df39918b90b' + url 'https://github.com/pepabo/protoc-gen-go-client/releases/download/v0.3.0/protoc-gen-go-client_v0.3.0_linux_amd64.tar.gz' + sha256 'af9f9965182f65090a4fe2ec2e21f800f5ca0b9ab155ff0b33df12730ba61bf6' end end