Skip to content

Commit 940c119

Browse files
committed
Brew formula update for awsu version v2.3.8
1 parent 304fa71 commit 940c119

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.6"
8+
version "2.3.8"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.6/awsu_2.3.6_Darwin_x86_64.tar.gz"
13-
sha256 "1ec3015f0d82b8f73f8301da93ad05d636f4cd8d1351b09c8bbbc8de74d89577"
12+
url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.8/awsu_2.3.8_Darwin_x86_64.tar.gz"
13+
sha256 "4d600069371fe48f3a7131d6b1abe9fcef7e7b393e054309f26e6e9b953ca469"
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.6/awsu_2.3.6_Linux_x86_64.tar.gz"
24-
sha256 "1ec3015f0d82b8f73f8301da93ad05d636f4cd8d1351b09c8bbbc8de74d89577"
23+
url "https://github.com/kreuzwerker/awsu/releases/download/v2.3.8/awsu_2.3.8_Linux_x86_64.tar.gz"
24+
sha256 "b05f637c5eccd6c2889ac56b09f6b9514275cf573582dbd33ffd3de2d1e5dae7"
2525

2626
def install
2727
bin.install "awsu"

0 commit comments

Comments
 (0)