Skip to content

Commit 304fa71

Browse files
committed
Brew formula update for awsu version v2.3.6
1 parent 585d71c commit 304fa71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

awsu.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Awsu < Formula
66
desc "It provides a convenient integration of AWS virtual MFA devices into commandline based workflows."
77
homepage "https://github.com/kreuzwerker/awsu"
8-
version "2.3.5"
8+
version "2.3.6"
99

1010
on_macos do
1111
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"
1414

1515
def install
1616
bin.install "awsu"
@@ -20,8 +20,8 @@ def install
2020

2121
on_linux do
2222
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"
2525

2626
def install
2727
bin.install "awsu"

0 commit comments

Comments
 (0)