Skip to content

Commit 64ce431

Browse files
v0.7.0-alpha.6 (alpha)
1 parent 90ad97b commit 64ce431

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Formula/denvig-alpha.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DenvigAlpha < Formula
22
desc "CLI tool to consistently manage cross-discipline projects (alpha)"
33
homepage "https://denvig.com"
4-
url "https://registry.npmjs.org/denvig/-/denvig-0.7.0-alpha.4.tgz"
5-
sha256 "807c1c819ac3e3d8077721f1450518a06be5c263d806e89299143c2084b2eebb"
4+
url "https://registry.npmjs.org/denvig/-/denvig-0.7.0-alpha.6.tgz"
5+
sha256 "cc5588c29f5da5196dd7422eb134754c283eddb983453cac04ef5e06f08e22a9"
66
license "MIT"
77

88
livecheck do
@@ -25,13 +25,13 @@ class DenvigAlpha < Formula
2525
# under the normal cooldown. These must be bumped in lockstep with the denvig url above
2626
# (the update-formula workflow does this automatically).
2727
resource "denvig-cli" do
28-
url "https://registry.npmjs.org/@denvig/cli/-/cli-0.7.0-alpha.4.tgz", using: :nounzip
29-
sha256 "366afcae487bfedb301924355c9d3cf7826a8cceeb9eb88b0784df435cf035fc"
28+
url "https://registry.npmjs.org/@denvig/cli/-/cli-0.7.0-alpha.6.tgz", using: :nounzip
29+
sha256 "75be68279c3c0239dd5d48762cb0ef6b7852e6cf55cd7dc4f142340674967c53"
3030
end
3131

3232
resource "denvig-sdk" do
33-
url "https://registry.npmjs.org/@denvig/sdk/-/sdk-0.7.0-alpha.4.tgz", using: :nounzip
34-
sha256 "27b04c841b95848578e1072520dfd2b6939006b9401c685be69337583e807960"
33+
url "https://registry.npmjs.org/@denvig/sdk/-/sdk-0.7.0-alpha.6.tgz", using: :nounzip
34+
sha256 "357e013d81f18484b711d5d685aceecec6c5eb8e71ad5d357ef0c40e4910e8a6"
3535
end
3636

3737
def install

0 commit comments

Comments
 (0)