Skip to content

Commit

Permalink
move to git source with update block (#25773)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Wolf <[email protected]>
  • Loading branch information
joshrwolf authored Aug 7, 2024
1 parent dbf15b2 commit 69b0a53
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions rpcsvc-proto.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rpcsvc-proto
version: 1.4.3
version: 1.4.4
epoch: 0
description: rpcsvc protocol definitions from glibc
copyright:
Expand All @@ -14,13 +14,15 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- gettext-dev
- wolfi-base

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://github.com/thkukuk/rpcsvc-proto/releases/download/v${{package.version}}/rpcsvc-proto-1.4.3.tar.xz
expected-sha256: 69315e94430f4e79c74d43422f4a36e6259e97e67e2677b2c7d7060436bd99b1
repository: https://github.com/thkukuk/rpcsvc-proto
tag: v${{package.version}}
expected-commit: c65926005e50da02a4da3e26abc42eded36cd19d

- uses: autoconf/configure

Expand All @@ -29,3 +31,11 @@ pipeline:
- uses: autoconf/make-install

- uses: strip

update:
enabled: true
github:
identifier: thkukuk/rpcsvc-proto
strip-prefix: v
use-tag: true
tag-filter: v

0 comments on commit 69b0a53

Please sign in to comment.