Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fuse3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: fuse3
version: 3.15.0
version: 3.15.1
epoch: 0
description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
copyright:
Expand All @@ -21,8 +21,8 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 70589cfd5e1cff7ccd6ac91c86c01be340b227285c5e200baa284e401eea2ca0
uri: https://github.com/libfuse/libfuse/releases/download/fuse-${{package.version}}/fuse-${{package.version}}.tar.xz
expected-sha256: 13ef77cda531a21c2131f9576042970e98035c0a5f019abf661506efd2d38a4e
uri: https://github.com/libfuse/libfuse/releases/download/fuse-${{package.version}}/fuse-${{package.version}}.tar.gz

- uses: meson/configure

Expand Down