diff options
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 |