Skip to content

Commit

Permalink
Merge pull request #190447 from Homebrew/plod-deprecate
Browse files Browse the repository at this point in the history
plod: deprecate and use archive.org urls
  • Loading branch information
cho-m authored Sep 14, 2024
2 parents 105c916 + 6db9625 commit a480294
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/p/plod.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Plod < Formula
desc "Keep an online journal of what you're working on"
homepage "https://deer-run.com/users/hal/"
url "https://deer-run.com/~hal/plod/plod.shar"
homepage "https://web.archive.org/web/20240510181918/https://deer-run.com/users/hal/"
url "https://web.archive.org/web/20160821040241/https://deer-run.com/~hal/plod/plod.shar"
version "1.9"
sha256 "1b7b8267c41b11c2f5413a8d6850099e0547b7506031b0c733121ed5e8d182f5"
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]
Expand All @@ -20,6 +20,10 @@ class Plod < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "8361343544ac10cdf1c2c6b37b4a8a4882d199c2d49ac22fc35b776199527fbf"
end

# Upstream site shows error 503. As of deprecation date,
# install-on-request: 0 (30 days), 1 (90 days), 12 (365 days)
deprecate! date: "2024-09-14", because: :unmaintained

def install
system "sh", "plod.shar"

Expand Down

0 comments on commit a480294

Please sign in to comment.