Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuse3: bump to 3.15.1 #3814

Merged
merged 3 commits into from
Jul 23, 2023
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