Skip to content
Merged
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
16 changes: 8 additions & 8 deletions Formula/borgbackup-fuse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def self.binary_osxfuse_installed?
env do
ENV.append_path "PKG_CONFIG_PATH",
"/usr/local/lib/pkgconfig:#{HOMEBREW_PREFIX}/lib/pkgconfig:" \
"#{HOMEBREW_PREFIX}/opt/openssl@1.1/lib/pkgconfig"
ENV.append_path "BORG_OPENSSL_PREFIX", "#{HOMEBREW_PREFIX}/opt/openssl@1.1/"
"#{HOMEBREW_PREFIX}/opt/openssl@3/lib/pkgconfig"
ENV.append_path "BORG_OPENSSL_PREFIX", "#{HOMEBREW_PREFIX}/opt/openssl@3/"

if HOMEBREW_PREFIX.to_s != "/usr/local"
ENV.append_path "HOMEBREW_LIBRARY_PATHS", "/usr/local/lib"
Expand All @@ -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/7a/5a/090ad33133d34d71aba70e40eff030aaa3a07776fa38cc8bd85eb856456b/borgbackup-1.4.3.tar.gz"
sha256 "79bbfa745d1901d685973584bd2d16a350686ddd176f6a2244490fb01996441f"
url "https://files.pythonhosted.org/packages/eb/38/7fc8c8c7d9dba455f0e29f2ab5b77109313f4e58fe5014d0e1b7855de3cd/borgbackup-1.4.4.tar.gz"
sha256 "2716bc124a24908efcac9436df31b716d1f0bbd828ad39b18f73bfdd772a651a"
license "BSD-3-Clause"

livecheck do
Expand All @@ -53,8 +53,8 @@ class BorgbackupFuse < Formula
conflicts_with "borgbackup", because: "borgbackup-fuse is a patched version of borgbackup"

resource "llfuse" do
url "https://files.pythonhosted.org/packages/be/a5/a3dc8426732f75ff2cdd48aaaa60a44afd56812760f49198c0d204768b1f/llfuse-1.5.1.tar.gz"
sha256 "7c9be52289cf647e3d735104531cc23a1a89fd1be3a621613a1cc0991f1b2699"
url "https://files.pythonhosted.org/packages/e7/21/5a4d639746cb0d32ede867012610233da947165994ff07fa9db965460aa6/llfuse-1.5.2.tar.gz"
sha256 "3f7fdc86e3db433c48cb6505fe3000ec1b3e84a4a40a84ad67b8df3a847f0697"
end

resource "msgpack" do
Expand All @@ -63,8 +63,8 @@ class BorgbackupFuse < Formula
end

resource "packaging" do
url "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz"
sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
url "https://files.pythonhosted.org/packages/65/ee/299d360cdc32edc7d2cf530f3accf79c4fca01e96ffc950d8a52213bd8e4/packaging-26.0.tar.gz"
sha256 "00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"
end

def install
Expand Down
Loading