We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a978220 commit d1ed652Copy full SHA for d1ed652
Formula/r/restic.rb
@@ -1,8 +1,8 @@
1
class Restic < Formula
2
desc "Fast, efficient and secure backup program"
3
homepage "https://restic.net/"
4
- url "https://github.com/restic/restic/archive/refs/tags/v0.17.3.tar.gz"
5
- sha256 "bf0dd73edfae531c24070e2e7833938613f7b179ed165e6b681098edfdf286c8"
+ url "https://github.com/restic/restic/archive/refs/tags/v0.18.0.tar.gz"
+ sha256 "fc068d7fdd80dd6a968b57128d736b8c6147aa23bcba584c925eb73832f6523e"
6
license "BSD-2-Clause"
7
head "https://github.com/restic/restic.git", branch: "master"
8
0 commit comments