diff options
author | EuAndreh <eu@euandre.org> | 2021-02-24 21:28:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-24 21:28:41 -0300 |
commit | f383987e988e3f4b6c89fa1519c7736f8584dab5 (patch) | |
tree | c3fb8f4661d140e357fb8255bd6eaca34cb52972 /Formula/fallible-latest.rb | |
parent | aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case of... (diff) | |
download | packages-f383987e988e3f4b6c89fa1519c7736f8584dab5.tar.gz packages-f383987e988e3f4b6c89fa1519c7736f8584dab5.tar.xz |
Update package versions
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 2699b8f..fe9042c 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-7185ea059413b1bd4cb87e1f3c289ea872881ae9.tar.gz' - sha256 'dc6018dd12f207385e5263580f54187d0ff73555091a4800810dc47d350997ec' + url 'https://git.euandreh.xyz/fallible/snapshot/fallible-ec0e6dc32fcb7e227cdcbfb0ba19c28ce0aec515.tar.gz' + sha256 'bc8e85c727a06f1a51ec19bbf459ce88d0318817c42087b2b50aa44f4805c7a6' license 'AGPL-3.0-or-later' depends_on 'valgrind' => :build |