Skip to content

Commit

Permalink
Merge pull request Homebrew#167566 from Homebrew/borgbackup-1.2.8
Browse files Browse the repository at this point in the history
borgbackup 1.2.8
  • Loading branch information
BrewTestBot authored Mar 30, 2024
2 parents d13b7f9 + b403257 commit 1b9163c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ bmake
bnd
boolector
bore-cli
borgbackup
borgmatic
bosh-cli
botan
Expand Down
27 changes: 13 additions & 14 deletions Formula/b/borgbackup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ class Borgbackup < Formula

desc "Deduplicating archiver with compression and authenticated encryption"
homepage "https://borgbackup.org/"
url "https://files.pythonhosted.org/packages/a6/19/f94be9fda92ea73cbf22b643a03a0b64559027ef5467765142d8242e712a/borgbackup-1.2.7.tar.gz"
sha256 "f63f28a3383c041971cec87b061ca39a815b5fd445db24aa8172cac417d9411a"
url "https://files.pythonhosted.org/packages/93/87/98299ebfe41687f77ea01bd0e9eba2f43baa30f1b9256345134fd77286d3/borgbackup-1.2.8.tar.gz"
sha256 "d39d22b0d2cb745584d68608a179b6c75f7b40e496e96feb789e41d34991f4aa"
license "BSD-3-Clause"
revision 1

bottle do
sha256 cellar: :any, arm64_sonoma: "7100fa9d7fc8f028649ae0d87ac0f43261fd29bec22559c766f75fd8397bfc98"
sha256 cellar: :any, arm64_ventura: "7eea2d82869e8aef5b24d5c916962fa5fdbef89f4792351bbbb01e8ac1e727b7"
sha256 cellar: :any, arm64_monterey: "f0ca05757191f1c0ec833c54cb03d27bb83151ccefb1befd37dcc1452b8a3987"
sha256 cellar: :any, sonoma: "26b49cb0d0da9ebc32530289853f7d7a8cab0221f20b37334ad9c4b293122d98"
sha256 cellar: :any, ventura: "e6656f7e859696ff3a0ce5c8e8cd7a4ab36ee7d1f3fac66ec36927facca27441"
sha256 cellar: :any, monterey: "671e11f2a190941b2743f328f99763f2f22a39db1cf0b403f687c5c6941eb64f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "52132ddbb9b99149a2c7868bb3a2ddb5485ddc35b82a1ed0cf12e0eba26732c4"
sha256 cellar: :any, arm64_sonoma: "daf7cbbfc026d568d82529fc82bcef3303e68dbf29946c219fd800e336c72bed"
sha256 cellar: :any, arm64_ventura: "27c50f3c2689567ffb5c96c7eb181134c4bdc88314098734bb4e8c2838ff9d80"
sha256 cellar: :any, arm64_monterey: "a0c681111af7b1df4b2586db7dc476dc4c9ed219b21ab1421f27e6affe3a02ad"
sha256 cellar: :any, sonoma: "4b1bdf0a0f26c0425543d27fc37b1763fc976fa0c6649d1bbf38011ea4104175"
sha256 cellar: :any, ventura: "f119578a920668e951e1d420911937668ca828dbfbbd7b0e147472ac21aed0bb"
sha256 cellar: :any, monterey: "b4bd7cb80b54ba9c0de691f10bac08f389ba4368e021c5f4a7263f2cc2d6ea78"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ec31783c6e8da3502b9b35c2bc4fedeec7571d65b7b6f13c41b4bc01e55a3616"
end

depends_on "pkg-config" => :build
Expand All @@ -31,13 +30,13 @@ class Borgbackup < Formula
end

resource "msgpack" do
url "https://files.pythonhosted.org/packages/c2/d5/5662032db1571110b5b51647aed4b56dfbd01bfae789fa566a2be1f385d1/msgpack-1.0.7.tar.gz"
sha256 "572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87"
url "https://files.pythonhosted.org/packages/08/4c/17adf86a8fbb02c144c7569dc4919483c01a2ac270307e2d59e1ce394087/msgpack-1.0.8.tar.gz"
sha256 "95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3"
end

resource "packaging" do
url "https://files.pythonhosted.org/packages/fb/2b/9b9c33ffed44ee921d0967086d653047286054117d584f1b1a7c22ceaf7b/packaging-23.2.tar.gz"
sha256 "048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"
url "https://files.pythonhosted.org/packages/ee/b5/b43a27ac7472e1818c4bafd44430e69605baefe1f34440593e0332ec8b4d/packaging-24.0.tar.gz"
sha256 "eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
end

def install
Expand Down
4 changes: 4 additions & 0 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
"extra_packages": ["capstone", "gnupg", "matplotlib", "pycryptodome"]
},
"black": "black[d]",
"borgbackup": {
"package_name": "",
"extra_packages": ["msgpack", "packaging"]
},
"borgmatic": {
"extra_packages": ["ruamel-yaml-clib"],
"exclude_packages": ["certifi"]
Expand Down

0 comments on commit 1b9163c

Please sign in to comment.