Skip to content

Commit

Permalink
Brew formula update for ktunnel version v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omrikiei committed Oct 11, 2020
1 parent 11b5e5a commit 8428a82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ktunnel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
class Ktunnel < Formula
desc "Network tunneling tool for kubernetes."
homepage "https://github.com/omrikiei/ktunnel"
version "1.2.7"
version "1.3.0"
bottle :unneeded

if OS.mac?
url "https://github.com/omrikiei/ktunnel/releases/download/v1.2.7/ktunnel_1.2.7_Darwin_x86_64.tar.gz"
sha256 "70eec58e3b0fa39d5174ac6f539dd26d6ebc1a1eded813f18fb23f0525339009"
url "https://github.com/omrikiei/ktunnel/releases/download/v1.3.0/ktunnel_1.3.0_Darwin_x86_64.tar.gz"
sha256 "948ff8679754cae403e9fdf5e7b2b110b89eaa0f9f550ae5aa35730f0f65d8c9"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/omrikiei/ktunnel/releases/download/v1.2.7/ktunnel_1.2.7_Linux_x86_64.tar.gz"
sha256 "a66d604355f7583e63e503d35fab1c8a48238bb830bb03728ce8a0193cb9ecf2"
url "https://github.com/omrikiei/ktunnel/releases/download/v1.3.0/ktunnel_1.3.0_Linux_x86_64.tar.gz"
sha256 "01886c509b18bec2996e2999082b55d20d8d194d23716cada319cb73711d8b34"
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/omrikiei/ktunnel/releases/download/v1.2.7/ktunnel_1.2.7_Linux_arm64.tar.gz"
sha256 "06d4cf3d9e7821b8943eda7c66eac3d3048c0461c27d97542aae18480a5e8db6"
url "https://github.com/omrikiei/ktunnel/releases/download/v1.3.0/ktunnel_1.3.0_Linux_arm64.tar.gz"
sha256 "8da2d72cbe5d15c292e7da111cbbdfb9b8bcc94b1790d7c5b18c7f44e8749c0f"
else
end
end
Expand Down

0 comments on commit 8428a82

Please sign in to comment.