Skip to content

Commit

Permalink
Updated cask
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreene-r7 authored Jul 18, 2023
1 parent b50324c commit a7a1180
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions brew/cask/awsaml.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
cask "awsaml" do
version "2.3.0"
sha256 "08aac0225232a9330570176b19651cd6c330841daad06f5e37bae207a5368776"
version "3.0.0"
sha256 "b6336c92d518108469c0b2302a7da0f9c3ae7cc9916b035edf10fbaf70ae9104"

url "https://github.com/rapid7/awsaml/releases/download/v#{version}/awsaml-v#{version}-darwin-x64.zip"
url "https://github.com/rapid7/awsaml/releases/download/v#{version}/Awsaml-darwin-universal-#{version}.zip"
name "awsaml"
desc "Awsaml is an application for providing automatically rotated temporary AWS credentials."
homepage "https://github.com/rapid7/awsaml"
appcast "https://github.com/rapid7/awsaml/releases.atom"

app "Awsaml-darwin-x64/Awsaml.app"
end
livecheck do
url :url
strategy :github_latest
end

app "Awsaml.app"
end

0 comments on commit a7a1180

Please sign in to comment.