Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/k/kubefwd.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kubefwd < Formula
desc "Bulk port forwarding Kubernetes services for local development"
homepage "https://kubefwd.com"
url "https://github.com/txn2/kubefwd/archive/refs/tags/v1.25.12.tar.gz"
sha256 "e5b87adb45441cdca29b40fbf38adc257c496a7dd3ef644e9bc0bc8a7aa255d7"
url "https://github.com/txn2/kubefwd/archive/refs/tags/v1.25.13.tar.gz"
sha256 "a82b9bb8d6e96cb1f1f3087b3079ef6bc5cc2a5a09713eaf959fe608df2eeb30"
license "Apache-2.0"
head "https://github.com/txn2/kubefwd.git", branch: "master"

Expand Down
Loading