Skip to content

Commit

Permalink
Merge pull request #122 from rapid7/fix-update-homebrew-cask-for-v2.1.0
Browse files Browse the repository at this point in the history
Fix: Update homebrew cask for v2.1.0
  • Loading branch information
bturner-r7 committed Aug 8, 2018
2 parents 7601740 + 097fd7a commit 98c49fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## [2.1.0] - 2018-08-08
### Added
- Search for recent logins (rapid7/awsaml#120)
- Multiple role support (rapid7/awsaml#119)
- Search for recent logins ([#120](https://github.com/rapid7/awsaml/pull/120))
- Multiple role support ([#119](https://github.com/rapid7/awsaml/pull/119))
- Copy/paste button for terminal export commands

### Changed
Expand Down
6 changes: 3 additions & 3 deletions brew/cask/awsaml.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cask 'awsaml' do
version '2.0.0'
sha256 'cea42994cb52a71b8f811c38b25281604360b8216889e0f3217d4583cd7ead1a'
version '2.1.0'
sha256 '187f13a51cb28546fc04f127827e21b5d9c8515db577a3f5f463ac91648e512f'

url "https://github.com/rapid7/awsaml/releases/download/v#{version}/awsaml-v#{version}-darwin-x64.zip"
appcast 'https://github.com/rapid7/awsaml/releases.atom',
checkpoint: '786054d12bd083162881c42f3ec651187044c9d8ea5e30b485d6cba3c6e04c8c'
checkpoint: '600ea5739ae752442c890ece55e6d4841d05f93a64ac923dda771a30672ca3b3'
name 'awsaml'
homepage 'https://github.com/rapid7/awsaml'

Expand Down

0 comments on commit 98c49fd

Please sign in to comment.