brew style mandated fixes

This commit is contained in:
Adrian Ho 2025-02-10 20:21:16 +08:00
parent d5e4d7d89f
commit 5f8d764deb
16 changed files with 29 additions and 33 deletions

View file

@ -3,7 +3,7 @@ require_relative "../require/macfuse"
class Ext4fuseMac < Formula
desc "Read-only implementation of ext4 for FUSE"
homepage "https://github.com/gerard/ext4fuse"
url "https://github.com/gerard/ext4fuse/archive/v0.1.3.tar.gz"
url "https://github.com/gerard/ext4fuse/archive/refs/tags/v0.1.3.tar.gz"
sha256 "550f1e152c4de7d4ea517ee1c708f57bfebb0856281c508511419db45aa3ca9f"
license "GPL-2.0-only"
head "https://github.com/gerard/ext4fuse.git"