Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tofrodos: fix download url #128622

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Formula/tofrodos.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
class Tofrodos < Formula
desc "Converts DOS <-> UNIX text files, alias tofromdos"
homepage "https://www.thefreecountry.com/tofrodos/"
url "https://tofrodos.sourceforge.io/download/tofrodos-1.7.13.tar.gz"
sha256 "3457f6f3e47dd8c6704049cef81cb0c5a35cc32df9fe800b5fbb470804f0885f"
# Upstream url does not work anymore
# url "https://tofrodos.sourceforge.io/download/tofrodos-1.7.13.tar.gz"
url "http://deb.debian.org/debian/pool/main/t/tofrodos/tofrodos_1.7.13+ds.orig.tar.xz"
version "1.7.13"
sha256 "c1c33f3f0b9e8152aa5790d233e8f1e8de14510433a6143ec582eba0fb6cbfaa"
license "GPL-2.0"

livecheck do
Expand Down