Skip to content

Commit

Permalink
Merge pull request #8 from gravitl/develop
Browse files Browse the repository at this point in the history
version v0.14.1
  • Loading branch information
mattkasun authored May 24, 2022
2 parents c966740 + 77879e2 commit 4558205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Casks/netclient.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cask "netclient" do
arch = Hardware::CPU.intel? ? "amd64" : "arm64"
version "0.14.0"
version 0.14.1

if Hardware::CPU.intel?
sha256 "0db17817a6ffc9faaacd424163482347c72862b77e5b3a391d486ed7bc03fe54"
sha256 e691666554984b5ffa6cb3d6303b262dc13650f9d273806b668ed68fa4335812
else
sha256 "41f82d49b913e4bd58fca92f280bb0c48ee27480e9db1b19a1d16035207a02b4"
sha256 e590cddb8c61406798644436bd222a1fca63c9d48ba7f56e48056736f673c4c6
end

url "https://github.com/gravitl/homebrew-netclient/releases/download/v#{version}/netclient-#{arch}.tgz"
Expand Down
4 changes: 2 additions & 2 deletions build/build_tarfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ SHA2=$(shasum -a 256 netclient-arm64.tgz | cut -d " " -f 1)

#update
sed -i "3s/.*/\ version $VERSION/" ../Casks/netclient.rb
sed -i "5s/.*/\ sha256\ $SHA1/" ../Casks/netclient.rb
sed -i "7s/.*/\ sha256 $SHA2/" ../Casks/netclient.rb
sed -i "6s/.*/\ sha256\ $SHA1/" ../Casks/netclient.rb
sed -i "8s/.*/\ sha256 $SHA2/" ../Casks/netclient.rb

0 comments on commit 4558205

Please sign in to comment.