Skip to content

Commit

Permalink
Add Digests for CiVo and Myks (#552)
Browse files Browse the repository at this point in the history
* chore: add digests for myks and civo, also remove redundant strip command for myks
  • Loading branch information
linusfr authored Dec 30, 2024
1 parent 1417c30 commit 28c3216
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions civo.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ version "1.1.92" {
github-release = "civo/cli"
}
}

sha256sums = {
"https://github.com/civo/cli/releases/download/v1.1.92/civo-1.1.92-linux-amd64.tar.gz": "0bf7bf1741f5c240573127d66810c6af6503dce04587090e4fc6c8132329fe52",
"https://github.com/civo/cli/releases/download/v1.1.92/civo-1.1.92-darwin-amd64.tar.gz": "dab3a72d41d6cfaa5f206aec4a584fdaa2b114ac2232be4002af43bf008e27f5",
"https://github.com/civo/cli/releases/download/v1.1.92/civo-1.1.92-darwin-arm64.tar.gz": "e41120d54931dc2b300e829fad9cc6fe682f7ecb701081906660c630e68fa0cc",
}
6 changes: 6 additions & 0 deletions myks.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ version "4.2.6" {
github-release = "mykso/myks"
}
}

sha256sums = {
"https://github.com/mykso/myks/releases/download/v4.2.6/myks_4.2.6_darwin_amd64.tar.gz": "0ddc00c5eb58add8d2f2d973e37561d2320f38e9c21eb44190375b3b0b6179e9",
"https://github.com/mykso/myks/releases/download/v4.2.6/myks_4.2.6_darwin_arm64.tar.gz": "1212f033659e9bcd3383d439f4379b840dc17de56470ab5684705186db0857b6",
"https://github.com/mykso/myks/releases/download/v4.2.6/myks_4.2.6_linux_amd64.tar.gz": "f522d4dd654393fdb5352749362a85e89389245319b444d401732637f37701d4",
}

0 comments on commit 28c3216

Please sign in to comment.