File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
name : Update release
8
8
9
9
jobs :
10
- update :
11
- name : update
10
+ update-scoop :
11
+ name : Update scoop manifests
12
12
runs-on : windows-latest
13
13
steps :
14
14
- name : " Get latest release"
Original file line number Diff line number Diff line change 1
1
cask "dev-cloud" do
2
2
3
3
version "2.17.0"
4
- sha256 "2AD52B7EDCEE543B28E01559C5DCC04B47244CD8A39A212613C1EC6117053E2C"
4
+ sha256 :no_check
5
5
6
6
url "https://github.com/DocPlanner/dev-cloud-releases/releases/download/#{ version } /dev-#{ version } -osx-x64.zip"
7
7
name "Dev Cloud"
8
8
desc "CLI to develop applications in the cloud"
9
9
homepage "https://github.com/DocPlanner/dev-cloud"
10
10
11
11
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
12
18
13
19
depends_on formula : "awscli"
14
20
depends_on formula : "devspace"
You can’t perform that action at this time.
0 commit comments