Skip to content

Commit

Permalink
Fix libcap build and bump by adding the bash build dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <[email protected]>
  • Loading branch information
dlorenc committed Apr 17, 2023
1 parent b4246ab commit 33f32fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libcap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libcap
version: 2.26
epoch: 2
version: "2.68"
epoch: 0
description: "POSIX 1003.1e capabilities"
copyright:
- license: BSD-3-Clause OR GPL-2.0-only
Expand All @@ -15,12 +15,13 @@ environment:
- busybox
- build-base
- perl
- bash

pipeline:
- uses: fetch
with:
uri: https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${{package.version}}.tar.xz
expected-sha512: 1c2d59f007226405a924950b2c2090393527e06f0692a84e6463e33915a070df61a9070b8f30a624d5630ddd39290eac117e5d440577d1edd48510195b9d12f0
expected-sha512: ede3e1356aef22e18a46dc8ff0727500ab023bea698cf2bb822abb06625e272940afea52ad6457d0cd8cf1c7f435f1b568baf0a6bf0a08ae96fbf6d7502f9de2

- runs: |
set -x
Expand Down

0 comments on commit 33f32fa

Please sign in to comment.