Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pkgs/Owloops/updo/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: Owloops/updo@v0.3.6
- name: Owloops/updo@v0.3.8
- name: Owloops/updo
version: v0.3.7
- name: Owloops/updo
version: v0.3.6
28 changes: 26 additions & 2 deletions pkgs/Owloops/updo/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@ packages:
description: Uptime monitoring CLI tool with alerting and advanced settings
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.2")
- version_constraint: Version == "v0.0.2"
no_asset: true
- version_constraint: "true"
- version_constraint: Version == "v0.3.7"
asset: updo_{{.OS}}_{{.Arch}}
format: raw
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: updo_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.3.6")
asset: updo_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
Expand All @@ -23,3 +35,15 @@ packages:
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: updo_{{.OS}}_{{.Arch}}
format: raw
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
9 changes: 9 additions & 0 deletions pkgs/Owloops/updo/scaffold.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
# Other than name is optional. All initial values are just examples.
name: Owloops/updo
# version_filter: not (Version matches "-rc$")
# version_prefix: cli-
all_assets_filter: not (Asset matches "pkg")
28 changes: 26 additions & 2 deletions registry.yaml

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

Loading