Skip to content

Commit

Permalink
[ci skip] Update Homebrew file and hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyeal committed Jun 30, 2020
1 parent 319667a commit b89aeee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Formula/aws-rotate-iam-keys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand 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

Expand Down

0 comments on commit b89aeee

Please sign in to comment.