Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: patch coder-cli release path#10

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmoog merged 1 commit intomasterfromfix
Jan 6, 2021
Merged
Changes fromall commits
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
fix: patch coder-cli release path
  • Loading branch information
@cmoog
cmoog committedJan 6, 2021
commit5b5bd6c56f655fe4ddb7cdf8a1d83ddde0cc8ace
8 changes: 4 additions & 4 deletionscoder-cli.rb
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,11 +5,11 @@ class CoderCli < Formula
bottle :unneeded

if OS.mac?
url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bc1.1/coder-cli-darwin-amd64.zip"
sha256 "41e475a2b228f5d646c488d537093eb444b235088e0e4c3f70ef47b5db0cb81d"
url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bcli.1/coder-cli-darwin-amd64.zip"
sha256 "f92a067dea9f1ae5c219406ddb01aca65e68d6087ac84594729726134ffe6d62"
else
url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bc1.1/coder-cli-linux-amd64.tar.gz"
sha256 "b0b99aa3872ef4b5e79187c8e9095e8c262766ee9b18f84790a0f5d5cfc78142"
url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bcli.1/coder-cli-linux-amd64.tar.gz"
sha256 "038ebbb4e338c2b308857691a1e6119a2419b68abfa9f95f9787db886703e0bc"
end

def install
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp