Skip to content

Commit 99467ea

Browse files
v0.7.0-alpha.8 (alpha) (#23)
Updates denvig `alpha` formula to v0.7.0-alpha.8 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f7827b commit 99467ea

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.6.tgz"
5-
sha256 "cc5588c29f5da5196dd7422eb134754c283eddb983453cac04ef5e06f08e22a9"
4+
url "https://registry.npmjs.org/denvig/-/denvig-0.7.0-alpha.8.tgz"
5+
sha256 "b1d562ffbc98e69fe5a727e6fddd2908ce4b92b9ff629ff8130c706386030bdb"
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.6.tgz", using: :nounzip
29-
sha256 "75be68279c3c0239dd5d48762cb0ef6b7852e6cf55cd7dc4f142340674967c53"
28+
url "https://registry.npmjs.org/@denvig/cli/-/cli-0.7.0-alpha.8.tgz", using: :nounzip
29+
sha256 "f46a974002dc9485853227b9ea715fc5ce8fc1112acb5bd41ed461e698ff7c24"
3030
end
3131

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

3737
def install

0 commit comments

Comments
 (0)