From 1e99186b9dcc75595b525a8aa93bd9fee70c323e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 21 Feb 2021 19:48:17 -0300 Subject: Support -latest (main branch) and tagged releases --- Formula/fallible.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Formula/fallible.rb') 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 -- cgit v1.2.3