diff options
Diffstat (limited to 'Formula/fallible-latest.rb')
-rw-r--r-- | Formula/fallible-latest.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Formula/fallible-latest.rb b/Formula/fallible-latest.rb index fe9042c..d74dbfd 100644 --- a/Formula/fallible-latest.rb +++ b/Formula/fallible-latest.rb @@ -1,8 +1,8 @@ class FallibleLatest < Formula desc 'Fault injection library for stress-testing failure scenarios' homepage 'https://fallible.euandreh.xyz' - url 'https://git.euandreh.xyz/fallible/snapshot/fallible-ec0e6dc32fcb7e227cdcbfb0ba19c28ce0aec515.tar.gz' - sha256 'bc8e85c727a06f1a51ec19bbf459ce88d0318817c42087b2b50aa44f4805c7a6' + url 'https://git.euandreh.xyz/fallible/snapshot/fallible-36ce6dfbe285bc344e30ff6bdad2994c72d10112.tar.gz' + sha256 '85855adf97fdfb0bfd22bbb9f4ea8ca35f32d5e52963223e12ee8f9ef7dec4a0' license 'AGPL-3.0-or-later' depends_on 'valgrind' => :build |