From b89aeeef214405b0096b8240e163916320605e3a Mon Sep 17 00:00:00 2001 From: Adam Link Date: Tue, 30 Jun 2020 06:19:47 +0000 Subject: [PATCH] [ci skip] Update Homebrew file and hashes --- Formula/aws-rotate-iam-keys.rb | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/aws-rotate-iam-keys.rb b/Formula/aws-rotate-iam-keys.rb index 058b341..51c2905 100644 --- a/Formula/aws-rotate-iam-keys.rb +++ b/Formula/aws-rotate-iam-keys.rb @@ -6,8 +6,8 @@ class AwsRotateIamKeys < Formula desc "Automatically rotate your IAM keys daily" homepage "https://aws-rotate-iam-keys.com" - url "https://github.com/rhyeal/aws-rotate-iam-keys/archive/v0.9.8.1.tar.gz" - sha256 "01dc4c24a4cd8218c8283aec4fea6109b54fc1c256c555e6851142080cd84b0b" + url "https://github.com/rhyeal/aws-rotate-iam-keys/archive/v0.9.8.2.tar.gz" + sha256 "7461333e174388e7356418c651f4db25f7546548c0b032d44c4c49cfd7bfd9fc" depends_on "awscli" => :recommended depends_on "gnu-getopt" depends_on "jq" diff --git a/README.md b/README.md index 2147fbd..57c9a08 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ rotation. See [Configuration](#configuration). ### Debian ``` -wget -q https://github.com/rhyeal/aws-rotate-iam-keys/raw/master/aws-rotate-iam-keys.0.9.8.1.deb -O aws-rotate-iam-keys.deb +wget -q https://github.com/rhyeal/aws-rotate-iam-keys/raw/master/aws-rotate-iam-keys.0.9.8.2.deb -O aws-rotate-iam-keys.deb sudo dpkg -i aws-rotate-iam-keys.deb sudo apt-get install -f rm aws-rotate-iam-keys.deb # optional file clean up @@ -294,12 +294,12 @@ Did you open a PR or find a bug and more than a few days have passed? Hit me up ### Ubuntu/Debian ``` -echo bf68ba7f6c1d8666650a8b54c19c8b88 aws-rotate-iam-keys.0.9.8.1.deb | md5sum --check - +echo 24c369eb0daf7834d38ab0dbdbcaeb76 aws-rotate-iam-keys.0.9.8.2.deb | md5sum --check - ``` ### MacOS -Homebrew gets the release zip of the entire repo: `SHA256 01dc4c24a4cd8218c8283aec4fea6109b54fc1c256c555e6851142080cd84b0b` +Homebrew gets the release zip of the entire repo: `SHA256 7461333e174388e7356418c651f4db25f7546548c0b032d44c4c49cfd7bfd9fc` ### Windows