Skip to content

Commit 5d4d882

Browse files
committed
mackup 0.8.43
1 parent 88e4359 commit 5d4d882

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/m/mackup.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Mackup < Formula
33

44
desc "Keep your Mac's application settings in sync"
55
homepage "https://github.com/lra/mackup"
6-
url "https://files.pythonhosted.org/packages/63/37/8f5ee72905948757f284e7a4fea1cd8b7203f13e57d2cf4917f2f1afa7a8/mackup-0.8.41.tar.gz"
7-
sha256 "49f929d502b3efbc01b5a206af6cff877447ac5821591b2a9231cbf42d97b17a"
6+
url "https://files.pythonhosted.org/packages/c9/80/3c0f1755c612f32a215b2ebc8a2669a9b7f78d2ada58bbf1002d94601c79/mackup-0.8.43.tar.gz"
7+
sha256 "22bb21412dfee660a5ec2ef018b95302eb72635cf45b04cbc7f53364de24ed54"
88
license "GPL-3.0-or-later"
99
head "https://github.com/lra/mackup.git", branch: "master"
1010

@@ -15,9 +15,9 @@ class Mackup < Formula
1515

1616
depends_on "[email protected]"
1717

18-
resource "docopt" do
19-
url "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz"
20-
sha256 "49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
18+
resource "docopt-ng" do
19+
url "https://files.pythonhosted.org/packages/e4/50/8d6806cf13138127692ae6ff79ddeb4e25eb3b0bcc3c1bd033e7e04531a9/docopt_ng-0.9.0.tar.gz"
20+
sha256 "91c6da10b5bb6f2e9e25345829fb8278c78af019f6fc40887ad49b060483b1d7"
2121
end
2222

2323
def install

0 commit comments

Comments
 (0)