mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-07-21 07:14:15 +00:00
Compare commits
2 Commits
0a1117c93f
...
dd45866285
| Author | SHA1 | Date | |
|---|---|---|---|
| dd45866285 | |||
| 389b614644 |
+5
-5
@@ -1,15 +1,15 @@
|
||||
# This file was generated by GoReleaser. DO NOT EDIT.
|
||||
cask "kportal" do
|
||||
version "0.9.12"
|
||||
version "0.9.13"
|
||||
|
||||
on_macos do
|
||||
on_intel do
|
||||
sha256 "672e77572ecd3ecf23ec60dd6bcf48f45c51cc2a23cdd1beb69d6df05debb74d"
|
||||
sha256 "f5b46c9405606f3b5b54588ace465e2ade8173c2f8efc45fa71d4d75e16d3ca1"
|
||||
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-amd64.tar.gz",
|
||||
verified: "github.com/lukaszraczylo/kportal"
|
||||
end
|
||||
on_arm do
|
||||
sha256 "a452cd312f95c866b9087fa1458ebc70ced3931a1ca30c726f78a7c42c3f4c8b"
|
||||
sha256 "549ceaad0023a5bb4cb738ffefc9986a10c28aa662e92f2e3d37d9b4d3625305"
|
||||
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-arm64.tar.gz",
|
||||
verified: "github.com/lukaszraczylo/kportal"
|
||||
end
|
||||
@@ -17,12 +17,12 @@ cask "kportal" do
|
||||
|
||||
on_linux do
|
||||
on_intel do
|
||||
sha256 "e7db65cbab5dc4c89dc0818892bdf5b8c579ded011cccf4c727e236177da41f0"
|
||||
sha256 "8ec504c6d04e21ca6283f8952da150be4d90c700828fdf61b7e108923d55e97f"
|
||||
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-amd64.tar.gz",
|
||||
verified: "github.com/lukaszraczylo/kportal"
|
||||
end
|
||||
on_arm do
|
||||
sha256 "a2560b5590a832c492f8927486016919ebd40687cd77a27ab5fbe4f3aca15457"
|
||||
sha256 "1dd0763a4740a17bcf7eae2ea13d8f9cca92b3430a3db5e8450e646ba33d19a1"
|
||||
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-arm64.tar.gz",
|
||||
verified: "github.com/lukaszraczylo/kportal"
|
||||
end
|
||||
|
||||
+1
-1
@@ -212,7 +212,7 @@
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<h3 class="font-bold text-gray-900 dark:text-gray-100 text-lg">kportal</h3>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">v0.9.12</span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">v0.9.13</span>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400 mb-4">Modern Kubernetes port-forward manager with interactive TUI</p>
|
||||
|
||||
Reference in New Issue
Block a user