Skip to content

Commit

Permalink
new version and updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguel committed Sep 8, 2023
1 parent 94aba69 commit 9f7f1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions q.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: q
version: 0.11.4
version: 0.12.0
epoch: 0
description: "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH."
copyright:
Expand All @@ -18,13 +18,13 @@ pipeline:
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

0 comments on commit 9f7f1df

Please sign in to comment.