Skip to content

Commit 6f67d1e

Browse files
authored
adding livecheck to dev-cloud cask (#11)
1 parent 4f0020e commit 6f67d1e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
name: Update release
88

99
jobs:
10-
update:
11-
name: update
10+
update-scoop:
11+
name: Update scoop manifests
1212
runs-on: windows-latest
1313
steps:
1414
- name: "Get latest release"

Casks/dev-cloud.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
cask "dev-cloud" do
22

33
version "2.17.0"
4-
sha256 "2AD52B7EDCEE543B28E01559C5DCC04B47244CD8A39A212613C1EC6117053E2C"
4+
sha256 :no_check
55

66
url "https://github.com/DocPlanner/dev-cloud-releases/releases/download/#{version}/dev-#{version}-osx-x64.zip"
77
name "Dev Cloud"
88
desc "CLI to develop applications in the cloud"
99
homepage "https://github.com/DocPlanner/dev-cloud"
1010

1111
binary "dev"
12+
auto_updates true
13+
14+
livecheck do
15+
url "https://github.com/DocPlanner/dev-cloud-releases"
16+
strategy :github_latest
17+
end
1218

1319
depends_on formula: "awscli"
1420
depends_on formula: "devspace"

0 commit comments

Comments
 (0)