Skip to content

Commit

Permalink
Merge pull request #178554 from Homebrew/bump-restic-0.17.0
Browse files Browse the repository at this point in the history
restic 0.17.0
  • Loading branch information
BrewTestBot authored Jul 26, 2024
2 parents 6d85fab + c2e78ab commit e5bb75c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/restic.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Restic < Formula
desc "Fast, efficient and secure backup program"
homepage "https://restic.net/"
url "https://github.com/restic/restic/archive/refs/tags/v0.16.5.tar.gz"
sha256 "2e8a57f0d1d2b90d67253d1287159dc467bdb7f3b385be2db39e7213b44672be"
url "https://github.com/restic/restic/archive/refs/tags/v0.17.0.tar.gz"
sha256 "031cf34eeafe09064a6b63bcf752093d742b89166e93924aa4dde13160f91301"
license "BSD-2-Clause"
head "https://github.com/restic/restic.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6de5802d5fbb9d7a3986b2b98041f19c491dc108825d89e8248cb8794e2fb6e6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6de5802d5fbb9d7a3986b2b98041f19c491dc108825d89e8248cb8794e2fb6e6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6de5802d5fbb9d7a3986b2b98041f19c491dc108825d89e8248cb8794e2fb6e6"
sha256 cellar: :any_skip_relocation, sonoma: "452623859042653ee69dc2f65bef94949b1bfd38e41d8bbe3cab5e78a37cc473"
sha256 cellar: :any_skip_relocation, ventura: "452623859042653ee69dc2f65bef94949b1bfd38e41d8bbe3cab5e78a37cc473"
sha256 cellar: :any_skip_relocation, monterey: "452623859042653ee69dc2f65bef94949b1bfd38e41d8bbe3cab5e78a37cc473"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f96d24d127389558dd5297998b1fcc5b03d5e37bf5e97409c52af2cf7cadaa8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "94b215d3aa7f2fd78c34143a6468adf1ad94714404fadef23870f98750de4170"
sha256 cellar: :any_skip_relocation, arm64_ventura: "94b215d3aa7f2fd78c34143a6468adf1ad94714404fadef23870f98750de4170"
sha256 cellar: :any_skip_relocation, arm64_monterey: "94b215d3aa7f2fd78c34143a6468adf1ad94714404fadef23870f98750de4170"
sha256 cellar: :any_skip_relocation, sonoma: "51c7f4cbe46df14860bac6a57f1133d887212aeea8f0aae53aa218cff18fe811"
sha256 cellar: :any_skip_relocation, ventura: "51c7f4cbe46df14860bac6a57f1133d887212aeea8f0aae53aa218cff18fe811"
sha256 cellar: :any_skip_relocation, monterey: "51c7f4cbe46df14860bac6a57f1133d887212aeea8f0aae53aa218cff18fe811"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8dc16a5e2d06f28fb1910644a41fbdb1de76cd21983d1278ac40ad80288c0e29"
end

depends_on "go" => :build
Expand Down

0 comments on commit e5bb75c

Please sign in to comment.