Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: true
matrix:
os:
- macos-13
- macos-14
- macos-15
timeout-minutes: 15

steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
borg init -e none test-repo
borg create test-repo::test-archive Formula

mkdir mnt
borg mount test-repo::test-archive mnt
ls mnt/Formula
11 changes: 5 additions & 6 deletions Formula/borgbackup-fuse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class BorgbackupFuse < Formula

desc "Deduplicating archiver with compression and authenticated encryption"
homepage "https://borgbackup.org/"
url "https://files.pythonhosted.org/packages/d3/8b/f24d8ab37b8d8cd85a55fa6cfaf98754bb7b6c7534c03ffe087506080a53/borgbackup-1.4.1.tar.gz"
sha256 "b8fbf8f1c19d900b6b32a5a1dc131c5d8665a7c7eea409e9095209100b903839"
url "https://files.pythonhosted.org/packages/de/79/2031c715a35c1fc943cdac83337b0070737d29796270454bedf52d2ac457/borgbackup-1.4.2.tar.gz"
sha256 "8923f5e953205d81138d1d7276c8a1c864215e230994d620c397635568ed376f"
license "BSD-3-Clause"

livecheck do
Expand All @@ -46,22 +46,21 @@ class BorgbackupFuse < Formula
depends_on "libb2"
depends_on "lz4"
depends_on "openssl@3"
depends_on "python@3.13"
depends_on "python@3.14"
depends_on "xxhash"
depends_on "zstd"

conflicts_with "borgbackup", because: "borgbackup-fuse is a patched version of borgbackup"

resource "msgpack" do
url "https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz"
sha256 "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e"
url "https://files.pythonhosted.org/packages/4d/f2/bfb55a6236ed8725a96b0aa3acbd0ec17588e6a2c3b62a93eb513ed8783f/msgpack-1.1.2.tar.gz"
sha256 "3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e"
end

resource "packaging" do
url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz"
sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
end

resource "llfuse" do
url "https://files.pythonhosted.org/packages/be/a5/a3dc8426732f75ff2cdd48aaaa60a44afd56812760f49198c0d204768b1f/llfuse-1.5.1.tar.gz"
sha256 "7c9be52289cf647e3d735104531cc23a1a89fd1be3a621613a1cc0991f1b2699"
Expand Down
Loading