Skip to content

Commit

Permalink
Merge branch 'main' into codeberg-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguel authored Sep 8, 2023
2 parents 93a9193 + 67c1b97 commit 2236e91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions eslint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: eslint
version: 8.48.0
epoch: 1
version: 8.49.0
epoch: 0
description: An AST-based pattern checker for JavaScript
copyright:
- license: MIT
Expand All @@ -24,7 +24,7 @@ pipeline:
with:
repository: https://github.com/eslint/eslint
tag: v${{package.version}}
expected-commit: 10c4f85dca978b42d37619f50565a06b9a28c9ac
expected-commit: 55c1685aab0fa75074ac1033abfa6e34cb7baaf6

- runs: |
npm install --omit=dev
Expand Down
10 changes: 5 additions & 5 deletions q.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: q
version: 0.11.4
epoch: 0
version: 0.12.0
epoch: 1
description: "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH."
copyright:
- license: GPL-3.0-only
Expand All @@ -11,20 +11,20 @@ environment:
packages:
- wolfi-base
- build-base
- go~1.20
- go

pipeline:
- uses: git-checkout
with:
repository: https://github.com/natesales/q
tag: v${{package.version}}
expected-commit: 83c169f40f0895ae4b5b210f20b0a46fda2e0d9d
expected-commit: 20119b4c88d1af96acd0a4c4dceb3082c80d28c3

- name: Configure and build
runs: |
mkdir -p "${{targets.destdir}}"/usr/bin
# build package as requested by the upstream author
go build -ldflags="-s -w -X main.version=v${{package.version}} -X main.commit=$(git rev-parse --verify HEAD) -X main.date=$(date -Idate)"
go build -ldflags="-s -w -X main.version=v${{package.version}}"
install -m755 q "${{targets.destdir}}"/usr/bin/
- uses: strip
Expand Down
4 changes: 2 additions & 2 deletions terraform-provider-aws.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: terraform-provider-aws
version: 5.16.0
version: 5.16.1
epoch: 0
description: Terraform AWS provider
copyright:
Expand All @@ -20,7 +20,7 @@ pipeline:
with:
repository: https://github.com/hashicorp/terraform-provider-aws
tag: v${{package.version}}
expected-commit: d0e858c79ae87fb69200aed4c2997fae3e275bc9
expected-commit: 36d6c95fbd2d4510dd8c6479abdfee0a2bdb5a07

- uses: go/build
with:
Expand Down

0 comments on commit 2236e91

Please sign in to comment.