-
Notifications
You must be signed in to change notification settings - Fork 1.6k
lfk: Add version 0.12.0 #17822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
janosmiko
wants to merge
2
commits into
ScoopInstaller:master
Choose a base branch
from
janosmiko:lfk
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+37
−0
Open
lfk: Add version 0.12.0 #17822
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "version": "0.12.0", | ||
| "description": "Lightning Fast Kubernetes navigator - keyboard-focused TUI for managing K8s clusters", | ||
| "homepage": "https://github.com/janosmiko/lfk", | ||
| "license": "Apache-2.0", | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/janosmiko/lfk/releases/download/v0.12.0/lfk_0.12.0_windows_amd64.zip", | ||
| "hash": "339a590ef33be2e6bc97614a8755fa14e35b44e2ce2a2b6fa96f6955dc5571e3" | ||
| }, | ||
| "arm64": { | ||
| "url": "https://github.com/janosmiko/lfk/releases/download/v0.12.0/lfk_0.12.0_windows_arm64.zip", | ||
| "hash": "1753dd0fe47217cbb295b4117f2f6a0cb4458f5732795eba69b69cb9fddac665" | ||
| } | ||
| }, | ||
| "env_set": { | ||
| "LFK_CONFIG_DIR": "$persist_dir/config", | ||
| "LFK_STATE_DIR": "$persist_dir/state", | ||
| "LFK_DATA_DIR": "$persist_dir/data" | ||
| }, | ||
| "bin": "lfk.exe", | ||
| "checkver": "github", | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/janosmiko/lfk/releases/download/v$version/lfk_$version_windows_amd64.zip" | ||
| }, | ||
| "arm64": { | ||
| "url": "https://github.com/janosmiko/lfk/releases/download/v$version/lfk_$version_windows_arm64.zip" | ||
| } | ||
| }, | ||
| "hash": { | ||
| "url": "$baseurl/checksums.txt", | ||
| "regex": "$sha256 $basename\\n" | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link a package-request issue for this new manifest.
This is a newly added manifest, but the provided PR description does not include a package-request issue reference (
#123or issue URL). Please add one in the manifest description or PR body:https://github.com/ScoopInstaller/Extras/issues/new?labels=package-request&template=package-request.yml&title=%5BRequest%5D%3A+
Also see:
https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md
https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests
As per coding guidelines "If this is a NEWLY ADDED manifest file ... check the
descriptionfield or the PR body for a linked GitHub issue" and "For any violations ... always provide a link to the official contribution guide or wiki."🤖 Prompt for AI Agents