diff options
author | EuAndreh <eu@euandre.org> | 2022-01-21 00:16:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-21 00:19:29 -0300 |
commit | 74cc538fae906f3c85d059e839480a0b22ba5d56 (patch) | |
tree | ccf47da5c90eb09441a60da5b61e0d548a147433 /Formula | |
parent | aux/: Update (diff) | |
download | package-repository-74cc538fae906f3c85d059e839480a0b22ba5d56.tar.gz package-repository-74cc538fae906f3c85d059e839480a0b22ba5d56.tar.xz |
paku.json: Remove dependency on m4
Diffstat (limited to 'Formula')
-rw-r--r-- | Formula/td-latest.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Formula/td-latest.rb b/Formula/td-latest.rb index 9272914..fc7d75d 100644 --- a/Formula/td-latest.rb +++ b/Formula/td-latest.rb @@ -1,12 +1,10 @@ class TdLatest < Formula desc 'Minimalistic bug tracker CLI' - homepage 'https://td.euandreh.xyz' - url 'https://euandreh.xyz/td.git/snapshot/td-90f2352c78b921c50f4c8547baa609c272248c30.tar.gz' - sha256 '6e24ca7be5bc889c0747fb00e1bef29cecb0c92f5fe48ca3a516790afb85651a' + homepage 'https://euandreh.xyz/td/' + url 'https://euandreh.xyz/td.git/snapshot/td-c9d881f67918c6b098d868e0df6c8837632d0d93.tar.gz' + sha256 'a59f0005c5be9a87d42824a39c3bc74771c6ebd905bab7216a270ecdb328dad4' license 'AGPL-3.0-or-later' - depends_on 'm4' => :build - def install system 'make' system 'make', 'check' |