diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 19:48:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 20:02:15 -0300 |
commit | 1e99186b9dcc75595b525a8aa93bd9fee70c323e (patch) | |
tree | 03654aecd6fab13f047b77e164404764e49e1cc5 /Formula/fallible.rb | |
parent | TODOs.md: Add Void to the list of target OSes (diff) | |
download | package-repository-1e99186b9dcc75595b525a8aa93bd9fee70c323e.tar.gz package-repository-1e99186b9dcc75595b525a8aa93bd9fee70c323e.tar.xz |
Support -latest (main branch) and tagged releases
Diffstat (limited to '')
-rw-r--r-- | Formula/fallible.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Formula/fallible.rb b/Formula/fallible.rb index 53d2177..0fbdf1d 100644 --- a/Formula/fallible.rb +++ b/Formula/fallible.rb @@ -1,8 +1,8 @@ class Fallible < Formula desc 'Fault injection library for stress-testing failure scenarios' homepage 'https://fallible.euandreh.xyz' - url 'https://git.euandreh.xyz/fallible/snapshot/fallible-66a2ee41beaaffb9a9a6b521837c0967528845fa.tar.gz' - sha256 'da5c6e7ef4de276424b28095fde09b029af0b9eccaf91e8ab477bf2bc8b1b95e' + url 'https://git.euandreh.xyz/fallible/snapshot/fallible-0.2.0.tar.gz' + sha256 '661eac346c956d2e3536ed2411dda76893f11cb9e68996b9dcd13d98573f2b44' license 'AGPL-3.0-or-later' depends_on 'valgrind' => :build |