Skip to content

Commit

Permalink
Bump desktop repository to 20240731215545 and community repository to…
Browse files Browse the repository at this point in the history
… 20240731204940
  • Loading branch information
msdobrescu committed Aug 1, 2024
1 parent f0dbbc6 commit 7cbcf20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions packages/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages:
version: "20200717"
- category: "repository"
name: "mocaccino-desktop"
version: "20240731194013"
version: "20240731215545"
- category: "repository"
name: "mocaccino-desktop-stable"
reference: true
Expand All @@ -30,8 +30,8 @@ packages:
skopeo list-tags docker://quay.io/mocaccino/desktop | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]'
autobump.version_hook: |
skopeo list-tags docker://quay.io/mocaccino/desktop | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]' | sed "s/-repository.yaml//g"
package.version: "20240731194013-repository.yaml"
version: "20240731194013"
package.version: "20240731215545-repository.yaml"
version: "20240731215545"
- category: "repository"
name: "mocaccino-extra"
version: "20211023"
Expand Down Expand Up @@ -82,7 +82,7 @@ packages:
version: "20211120"
- category: "repository"
name: "mocaccino-community"
version: "20240729142555"
version: "20240731204940"
- category: "repository"
name: "mocaccino-community-stable"
reference: true
Expand All @@ -92,9 +92,9 @@ packages:
autobump.string_replace: '{ "prefix": "" }'
autobump.strategy: "custom"
autobump.prefix: "prefix"
package.version: "20240729142555-repository.yaml"
package.version: "20240731204940-repository.yaml"
autobump.hook: |
skopeo list-tags docker://quay.io/mocaccino/mocaccino-community | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]'
autobump.version_hook: |
skopeo list-tags docker://quay.io/mocaccino/mocaccino-community | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]' | sed "s/-repository.yaml//g"
version: "20240729142555"
version: "20240731204940"
4 changes: 2 additions & 2 deletions packages/updater/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- &base
category: "repo-updater"
name: "mocaccino-desktop-stable"
version: "0.3+72"
version: "0.3+74"
requires:
- category: "repository"
name: "mocaccino-desktop-stable"
Expand All @@ -22,7 +22,7 @@ packages:
version: ">=0"
- !!merge <<: *base
name: "mocaccino-community-stable"
version: "0.5+40"
version: "0.5+43"
requires:
- category: "repository"
name: "mocaccino-community-stable"
Expand Down

0 comments on commit 7cbcf20

Please sign in to comment.