Skip to content

Commit 492459b

Browse files
committedMar 24, 2025··
tarsnap 1.0.41
1 parent aeff12f commit 492459b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed
 

‎.github/autobump.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3383,6 +3383,7 @@ tanka
33833383
taplo
33843384
tarantool
33853385
tarlz
3386+
tarsnap
33863387
tartufo
33873388
task
33883389
taskopen

‎Formula/t/tarsnap.rb

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Tarsnap < Formula
22
desc "Online backups for the truly paranoid"
33
homepage "https://www.tarsnap.com/"
4-
url "https://www.tarsnap.com/download/tarsnap-autoconf-1.0.40.tgz"
5-
sha256 "bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5"
4+
url "https://www.tarsnap.com/download/tarsnap-autoconf-1.0.41.tgz"
5+
sha256 "bebdbe1e6e91233755beb42ef0b4adbefd9573455258f009fb331556c799b3d0"
66
license "0BSD"
7-
revision 1
87

98
livecheck do
109
url "https://www.tarsnap.com/download.html"
@@ -39,12 +38,6 @@ class Tarsnap < Formula
3938
depends_on "e2fsprogs" => :build
4039
end
4140

42-
# Needed for tarsnap 1.0.40; should not be needed for 1.0.41 or higher
43-
patch do
44-
url "https://github.com/Tarsnap/tarsnap/commit/4af6d8350ab53d0f1f3104ce3d9072c2d5f9ef7a.patch?full_index=1"
45-
sha256 "4136b5643e25f7d5e454c014b3c13d7ad015a02e796c5c91b3e4eeca28c1556e"
46-
end
47-
4841
def install
4942
system "autoreconf", "--force", "--install", "--verbose" if build.head?
5043

0 commit comments

Comments
 (0)
Please sign in to comment.