File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
class Awsu < Formula
6
6
desc "It provides a convenient integration of AWS virtual MFA devices into commandline based workflows."
7
7
homepage "https://github.com/kreuzwerker/awsu"
8
- version "2.3.5 "
8
+ version "2.3.6 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . intel?
12
- url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.5 /awsu_2.3.5_Darwin_x86_64 .tar.gz"
13
- sha256 "c7a5b694bdfe85daefb1ed9dc8e95364bbca576aaafb5510bc9cac44bdd57b41 "
12
+ url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.6 /awsu_2.3.6_Darwin_x86_64 .tar.gz"
13
+ sha256 "1ec3015f0d82b8f73f8301da93ad05d636f4cd8d1351b09c8bbbc8de74d89577 "
14
14
15
15
def install
16
16
bin . install "awsu"
@@ -20,8 +20,8 @@ def install
20
20
21
21
on_linux do
22
22
if Hardware ::CPU . intel?
23
- url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.5 /awsu_2.3.5_Linux_x86_64 .tar.gz"
24
- sha256 "ae4b03c0ca404982880e6284058105f3cf9a59faa10ed735afe3275548738c66 "
23
+ url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.6 /awsu_2.3.6_Linux_x86_64 .tar.gz"
24
+ sha256 "1ec3015f0d82b8f73f8301da93ad05d636f4cd8d1351b09c8bbbc8de74d89577 "
25
25
26
26
def install
27
27
bin . install "awsu"
You can’t perform that action at this time.
0 commit comments