Skip to content

Commit

Permalink
s3-backer: fix deprecate! or disable! stanza ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 authored and SMillerDev committed Nov 19, 2020
1 parent f1d542b commit 62cf85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/s3-backer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ class S3Backer < Formula
sha256 "deea48205347b24d1298fa16bf3252d9348d0fe81dde9cb20f40071b8de60519"
license "GPL-2.0-or-later"

deprecate! because: "requires FUSE"

livecheck do
url "https://build.opensuse.org/package/view_file/openSUSE:Factory/s3backer/s3backer.spec"
regex(/Version:\s+v?(\d+(?:\.\d+)+)/i)
Expand All @@ -19,6 +17,8 @@ class S3Backer < Formula
sha256 "4d23cfd2c126c5f3efa1023e7c061830de6f1fdda69760bbd3ed70a169def288" => :high_sierra
end

deprecate! because: "requires FUSE"

depends_on "pkg-config" => :build
depends_on "[email protected]"
depends_on :osxfuse
Expand Down

0 comments on commit 62cf85d

Please sign in to comment.