mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
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:
parent
6824d390a6
commit
cd9b7c5fe2
1 changed files with 4 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue