Skip to content

Commit 378336c

Browse files
authored
Merge pull request #216856 from Homebrew/bump-restic-0.18.0
restic 0.18.0
2 parents 523b701 + 01fd2e4 commit 378336c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/restic.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Restic < Formula
22
desc "Fast, efficient and secure backup program"
33
homepage "https://restic.net/"
4-
url "https://github.com/restic/restic/archive/refs/tags/v0.17.3.tar.gz"
5-
sha256 "bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8"
4+
url "https://github.com/restic/restic/archive/refs/tags/v0.18.0.tar.gz"
5+
sha256 "fc068d7fdd80dd6a968b57128d736b8c6147aa23bcba584c925eb73832f6523e"
66
license "BSD-2-Clause"
77
head "https://github.com/restic/restic.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0debc30cad0e6e9f7dd0d02c1345865589d691ad796f6ea5e23827638d58862"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0debc30cad0e6e9f7dd0d02c1345865589d691ad796f6ea5e23827638d58862"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0debc30cad0e6e9f7dd0d02c1345865589d691ad796f6ea5e23827638d58862"
13-
sha256 cellar: :any_skip_relocation, sonoma: "df2cbf0539af846b8302d81bd927230ea283dfc877a83a7a06e35a4c0fc08441"
14-
sha256 cellar: :any_skip_relocation, ventura: "df2cbf0539af846b8302d81bd927230ea283dfc877a83a7a06e35a4c0fc08441"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "04e295026f4b3c1150f5b9c5ee718fd0ddc42835edecaab71441d03f8012bc97"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c5e5f38a7c321b978414f6539399447307087b8f62ec240196cd8e7f486fb89"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c5e5f38a7c321b978414f6539399447307087b8f62ec240196cd8e7f486fb89"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c5e5f38a7c321b978414f6539399447307087b8f62ec240196cd8e7f486fb89"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d8a80b0c01d0b542100e14c75ebcc7ea6d9690c9c113c3a043ea17559d20149e"
14+
sha256 cellar: :any_skip_relocation, ventura: "d8a80b0c01d0b542100e14c75ebcc7ea6d9690c9c113c3a043ea17559d20149e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "70a15fea59111ab70cdbac9fa18b5528901a2dbdf4271f08d6438f9c0f6edc80"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)