Skip to content

Commit

Permalink
Update formula for KDash release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Aug 24, 2023
1 parent 3208ed9 commit 7111962
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/kdash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ class Kdash < Formula
desc "A fast and simple dashboard for Kubernetes written in Rust"
homepage "https://github.com/kdash-rs/kdash"
if OS.mac?
url "https://github.com/kdash-rs/kdash/releases/download/v0.4.0/kdash-macos.tar.gz"
sha256 "6e7e4c00cec0a14fc25dc525efc282938971f547f72164ecec2ff3bef30ebb10"
url "https://github.com/kdash-rs/kdash/releases/download/v0.4.1/kdash-macos.tar.gz"
sha256 "a305e105ff7fd0faa66ccd99d18f1804db6dde17d9de3bd4776ff685257e9124"
else
url "https://github.com/kdash-rs/kdash/releases/download/v0.4.0/kdash-linux-musl.tar.gz"
sha256 "1c6ad268a688e127707ee504e64c163b9d3e372ce9d88678c39cdaa87093fd77"
url "https://github.com/kdash-rs/kdash/releases/download/v0.4.1/kdash-linux-musl.tar.gz"
sha256 "99a367a305b74f64d2b2500c611916834def877bd1672ebc8e7f64779ccb8546"
end
version "v0.4.0"
version "v0.4.1"
license "MIT"

def install
Expand Down

0 comments on commit 7111962

Please sign in to comment.