Update tinderbox from 9.0.0 to 9.1.0 (#115745)

* Update tinderbox from 9.0.0 to 9.1.0

* tinderbox: fix livecheck regex
This commit is contained in:
neutric 2021-12-12 15:10:55 +01:00 committed by GitHub
parent 98cc6073e3
commit 27b078ff98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "tinderbox" do
version "9.0.0"
sha256 "d030447401ce67bc8adab6ae3b65accf0dab81508032b9ef7a3d7d978107dacf"
version "9.1.0"
sha256 "606cf2bc03abb5b803a390b5981d7f3bd462220df3d1b6c1d2d0b0e83d313ea2"
url "https://www.eastgate.com/download/tbx#{version.no_dots}.dmg"
name "Tinderbox"
@ -9,7 +9,7 @@ cask "tinderbox" do
livecheck do
url :homepage
regex(/>Tinderbox\s+v?(\d+(?:\.\d+)+)[< \s]/i)
regex(/>Now available:.*?Tinderbox\s+v?(\d+(?:\.\d+)+)[<\s]/im)
end
depends_on macos: ">= :high_sierra"