Skip to content

Commit

Permalink
fix(dagu-dev/dagu): follow up changes of dagu v1.10.6 (#14540)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 10, 2023
1 parent 796be20 commit d3509ae
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 17 deletions.
6 changes: 5 additions & 1 deletion pkgs/dagu-dev/dagu/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: dagu-dev/dagu@v1.10.5
- name: dagu-dev/dagu@v1.10.6
- name: dagu-dev/dagu
version: v1.1.0
- name: dagu-dev/dagu
version: v1.0.0
29 changes: 21 additions & 8 deletions pkgs/dagu-dev/dagu/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,30 @@ packages:
repo_name: dagu
aliases:
- name: yohamta/dagu
description: A No-code workflow executor with built-in web UI
description: Yet another cron alternative with a Web UI, but with much more capabilities. It aims to solve greater problems
asset: dagu_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
supported_envs:
- darwin
- linux
asset: dagu_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
- darwin
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 1.10.6")
version_overrides:
- version_constraint: semver(">= 1.1.0")
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
- version_constraint: semver("< 1.1.0")
# https://github.com/dagu-dev/dagu/pull/15
# Rename jobctl to dagu
asset: jobctl_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
files:
- name: jobctl
29 changes: 21 additions & 8 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3509ae

Please sign in to comment.