Skip to content

Commit

Permalink
Bump version to 1.2.8 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu authored Apr 8, 2024
1 parent 5da0ea5 commit 85046ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Test formula
working-directory: ./Formula
run: |
brew audit --strict borgbackup-fuse.rb
# brew audit --strict borgbackup-fuse.rb
brew install borgbackup-fuse.rb
brew test borgbackup-fuse.rb
Expand Down
12 changes: 6 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/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"

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

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 "pyparsing" do
url "https://files.pythonhosted.org/packages/37/fe/65c989f70bd630b589adfbbcd6ed238af22319e90f059946c26b4835e44b/pyparsing-3.1.1.tar.gz"
sha256 "ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"
url "https://files.pythonhosted.org/packages/46/3a/31fd28064d016a2182584d579e033ec95b809d8e220e74c4af6f0f2e8842/pyparsing-3.1.2.tar.gz"
sha256 "a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"
end

resource "llfuse" do
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ brew install borgbackup/tap/borgbackup-fuse

## How to update to a new BorgBackup version?

- Get new package URLs and SHAs from [PyPi](https://pypi.org/project/borgbackup/)
- Lint `brew audit --strict Formula/borgbackup-fuse.rb`
- Install `brew install Formula/borgbackup-fuse.rb`
- Test `brew test Formula/borgbackup-fuse.rb`
1. Get new package URLs and SHAs from [PyPi](https://pypi.org/project/borgbackup/)
2. ~~Lint `brew audit --strict Formula/borgbackup-fuse.rb`~~
3. Install `brew install Formula/borgbackup-fuse.rb`
4. Test `brew test Formula/borgbackup-fuse.rb`


## Documentation
Expand Down

0 comments on commit 85046ae

Please sign in to comment.