Skip to content

Commit f52920c

Browse files
Update Homebrew formula and Scoop manifest for v1.4.0
1 parent 573c4c4 commit f52920c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Formula/dci.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
class Dci < Formula
22
desc "DoiT Cloud Intelligence CLI"
33
homepage "https://github.com/doitintl/dci-cli"
4-
version "1.3.0"
4+
version "1.4.0"
55

66
on_macos do
77
if Hardware::CPU.arm?
8-
url "https://github.com/doitintl/dci-cli/releases/download/v1.3.0/dci_1.3.0_darwin_arm64.tar.gz"
9-
sha256 "626d84fa7c6d83c97490227c38d0e180e5605d4651bb8b62ce843db89c81f2ed"
8+
url "https://github.com/doitintl/dci-cli/releases/download/v1.4.0/dci_1.4.0_darwin_arm64.tar.gz"
9+
sha256 "eed65aba57dbe5d091b0181d02f558a7722c1d03c0d97001408936ebfc567251"
1010
else
11-
url "https://github.com/doitintl/dci-cli/releases/download/v1.3.0/dci_1.3.0_darwin_amd64.tar.gz"
12-
sha256 "8c96fd5c16fc4ae52e6d44d004574e1306b579015f5bd33ac3c7acae2b55cef5"
11+
url "https://github.com/doitintl/dci-cli/releases/download/v1.4.0/dci_1.4.0_darwin_amd64.tar.gz"
12+
sha256 "1a439dae5acd4ff09723cb10996ce95311a4ee0af8a7ccc79094f7ba2d7b1e07"
1313
end
1414
end
1515

1616
on_linux do
1717
if Hardware::CPU.arm?
18-
url "https://github.com/doitintl/dci-cli/releases/download/v1.3.0/dci_1.3.0_linux_arm64.tar.gz"
19-
sha256 "4a047acf2fb087c536905aee471408c5c4d1904aac4a957c4861e8dd7b70ea87"
18+
url "https://github.com/doitintl/dci-cli/releases/download/v1.4.0/dci_1.4.0_linux_arm64.tar.gz"
19+
sha256 "5c39044010b6a7dca899f0386ed6a07c54a2b7e461cdcfe8989ba5f8cdb01709"
2020
else
21-
url "https://github.com/doitintl/dci-cli/releases/download/v1.3.0/dci_1.3.0_linux_amd64.tar.gz"
22-
sha256 "914bd40f7c9e70815eb6916b2121f36efa33dad794a29cb5c6d54c854182fbe0"
21+
url "https://github.com/doitintl/dci-cli/releases/download/v1.4.0/dci_1.4.0_linux_amd64.tar.gz"
22+
sha256 "4ed267e813c7f85c40df64441a6e4fc8a510422f263558c24888c65714e9acba"
2323
end
2424
end
2525

bucket/dci.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"description": "DoiT Cloud Intelligence CLI",
44
"homepage": "https://github.com/doitintl/dci-cli",
55
"license": "SEE REPOSITORY",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/doitintl/dci-cli/releases/download/v1.3.0/dci_1.3.0_windows_amd64.zip",
9-
"hash": "4c7ebe4eef5360e511cbac48b00a147fe8639143ad28bccf78711b7a14565efa"
8+
"url": "https://github.com/doitintl/dci-cli/releases/download/v1.4.0/dci_1.4.0_windows_amd64.zip",
9+
"hash": "2d4c452b9763ccb473d5038c250e0713f26aab198ed3b5535d78c955c682b3cf"
1010
}
1111
},
1212
"bin": "dci.exe",

0 commit comments

Comments
 (0)