diff --git a/pkgs/endevco/pitchfork/pkg.yaml b/pkgs/endevco/pitchfork/pkg.yaml new file mode 100644 index 00000000000..3dc6d2baf96 --- /dev/null +++ b/pkgs/endevco/pitchfork/pkg.yaml @@ -0,0 +1,4 @@ +packages: + - name: endevco/pitchfork@v2.6.0 + - name: endevco/pitchfork + version: v0.1.3 diff --git a/pkgs/jdx/pitchfork/registry.yaml b/pkgs/endevco/pitchfork/registry.yaml similarity index 95% rename from pkgs/jdx/pitchfork/registry.yaml rename to pkgs/endevco/pitchfork/registry.yaml index 4a58450a85c..7257e332323 100644 --- a/pkgs/jdx/pitchfork/registry.yaml +++ b/pkgs/endevco/pitchfork/registry.yaml @@ -1,8 +1,10 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json packages: - type: github_release - repo_owner: jdx + repo_owner: endevco repo_name: pitchfork + aliases: + - name: jdx/pitchfork description: Daemons with DX version_constraint: "false" version_overrides: diff --git a/pkgs/jdx/pitchfork/pkg.yaml b/pkgs/jdx/pitchfork/pkg.yaml deleted file mode 100644 index a48dcb612b6..00000000000 --- a/pkgs/jdx/pitchfork/pkg.yaml +++ /dev/null @@ -1,4 +0,0 @@ -packages: - - name: jdx/pitchfork@v2.6.0 - - name: jdx/pitchfork - version: v0.1.3 diff --git a/registry.yaml b/registry.yaml index 3adde89fae6..957150216d9 100644 --- a/registry.yaml +++ b/registry.yaml @@ -34225,6 +34225,49 @@ packages: - linux - darwin/arm64 - windows + - type: github_release + repo_owner: endevco + repo_name: pitchfork + aliases: + - name: jdx/pitchfork + description: Daemons with DX + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v0.1.1" + no_asset: true + - version_constraint: semver("<= 0.1.3") + asset: pitchfork-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + overrides: + - goos: linux + replacements: + amd64: x86_64 + supported_envs: + - linux + - darwin/arm64 + - version_constraint: "true" + asset: pitchfork-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + overrides: + - goos: darwin + replacements: + amd64: amd64 + - goos: windows + format: zip + supported_envs: + - linux + - darwin/arm64 + - windows - type: github_release repo_owner: enokawa repo_name: taskdiff @@ -49427,47 +49470,6 @@ packages: - linux - darwin github_immutable_release: true - - type: github_release - repo_owner: jdx - repo_name: pitchfork - description: Daemons with DX - version_constraint: "false" - version_overrides: - - version_constraint: Version == "v0.1.1" - no_asset: true - - version_constraint: semver("<= 0.1.3") - asset: pitchfork-{{.Arch}}-{{.OS}}.{{.Format}} - format: tar.gz - replacements: - arm64: aarch64 - darwin: apple-darwin - linux: unknown-linux-gnu - overrides: - - goos: linux - replacements: - amd64: x86_64 - supported_envs: - - linux - - darwin/arm64 - - version_constraint: "true" - asset: pitchfork-{{.Arch}}-{{.OS}}.{{.Format}} - format: tar.gz - replacements: - amd64: x86_64 - arm64: aarch64 - darwin: apple-darwin - linux: unknown-linux-gnu - windows: pc-windows-msvc - overrides: - - goos: darwin - replacements: - amd64: amd64 - - goos: windows - format: zip - supported_envs: - - linux - - darwin/arm64 - - windows - type: github_release repo_owner: jdx repo_name: usage