diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-20 15:57:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-20 15:57:49 +0900 |
| commit | 98832c21ee294b9bd1b04e021f655d1a7fa151c2 (patch) | |
| tree | 0e6a0aa50fdc4410b7845bc7989465d9db07b53e /internal/rosa | |
| parent | 6cdb6a652b63b3a481c602ee603ab9a9d849c7c1 (diff) | |
internal/rosa/fuse: 3.18.1 to 3.18.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/fuse.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go index 06c53e23..c04e8de6 100644 --- a/internal/rosa/fuse.go +++ b/internal/rosa/fuse.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newFuse() (pkg.Artifact, string) { const ( - version = "3.18.1" - checksum = "COb-BgJRWXLbt9XUkNeuiroQizpMifXqxgieE1SlkMXhs_WGSyJStrmyewAw2hd6" + version = "3.18.2" + checksum = "iL-7b7eUtmlVSf5cSq0dzow3UiqSjBmzV3cI_ENPs1tXcHdktkG45j1V12h-4jZe" ) return t.NewPackage("fuse", version, pkg.NewHTTPGetTar( nil, "https://github.com/libfuse/libfuse/releases/download/"+ |
