archivemount-mac: update repo location

https://github.com/Homebrew/homebrew-core/pull/255514

Closes #177.

Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
Adrian Ho 2025-11-23 08:11:14 +08:00 committed by Adrian Ho
parent 6824d390a6
commit cd9b7c5fe2

View file

@ -2,14 +2,10 @@ require_relative "../require/macfuse"
class ArchivemountMac < Formula
desc "File system for accessing archives using libarchive"
homepage "https://github.com/cybernoid/archivemount"
url "https://slackware.uk/~urchlay/src/archivemount-0.9.1.tar.gz"
sha256 "c529b981cacb19541b48ddafdafb2ede47a40fcaf16c677c1e2cd198b159c5b3"
livecheck do
url "https://raw.githubusercontent.com/cybernoid/archivemount/refs/heads/master/CHANGELOG"
regex(/\*\s+v?(\d+(?:\.\d+)+)\s+/i)
end
homepage "https://git.sr.ht/~nabijaczleweli/archivemount-ng"
url "https://git.sr.ht/~nabijaczleweli/archivemount-ng/archive/0.9.1.tar.gz"
sha256 "882faf07fe9241a5015eff9691c4702fdadb177265833b385135562a1c2c2059"
license "LGPL-2.0-or-later"
bottle do
root_url "https://ghcr.io/v2/gromgit/fuse"