diff --git a/Formula/futurerestore.rb b/Formula/futurerestore.rb index 4d8de3b..6512594 100644 --- a/Formula/futurerestore.rb +++ b/Formula/futurerestore.rb @@ -10,7 +10,7 @@ class Futurerestore < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/img4tool.rb b/Formula/img4tool.rb index 1240dea..3ca1bfa 100644 --- a/Formula/img4tool.rb +++ b/Formula/img4tool.rb @@ -10,7 +10,7 @@ class Img4tool < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/libfragmentzip.rb b/Formula/libfragmentzip.rb index b73b74f..bfe88bb 100644 --- a/Formula/libfragmentzip.rb +++ b/Formula/libfragmentzip.rb @@ -10,7 +10,7 @@ class Libfragmentzip < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/libinsn.rb b/Formula/libinsn.rb index 6d67536..a033b80 100644 --- a/Formula/libinsn.rb +++ b/Formula/libinsn.rb @@ -10,7 +10,7 @@ class Libinsn < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/libipatcher.rb b/Formula/libipatcher.rb index 3612cb1..9d6b159 100644 --- a/Formula/libipatcher.rb +++ b/Formula/libipatcher.rb @@ -11,7 +11,7 @@ class Libipatcher < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/liboffsetfinder64.rb b/Formula/liboffsetfinder64.rb index 84dfa1e..9536481 100644 --- a/Formula/liboffsetfinder64.rb +++ b/Formula/liboffsetfinder64.rb @@ -11,7 +11,7 @@ class Liboffsetfinder64 < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/libtihmstar-general.rb b/Formula/libtihmstar-general.rb index 0688abb..5d8b79e 100644 --- a/Formula/libtihmstar-general.rb +++ b/Formula/libtihmstar-general.rb @@ -10,7 +10,7 @@ class LibtihmstarGeneral < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/partial-zip.rb b/Formula/partial-zip.rb index 7382b36..a047362 100644 --- a/Formula/partial-zip.rb +++ b/Formula/partial-zip.rb @@ -10,7 +10,7 @@ class PartialZip < Formula livecheck do url :url - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) strategy :page_match do |page| v = page.match(regex)&.captures&.first "0.#{v}" if v diff --git a/Formula/partialzipbrowser.rb b/Formula/partialzipbrowser.rb index 3f2759b..8847cad 100644 --- a/Formula/partialzipbrowser.rb +++ b/Formula/partialzipbrowser.rb @@ -10,7 +10,7 @@ class Partialzipbrowser < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/Formula/tsschecker.rb b/Formula/tsschecker.rb index 289a6d9..046b459 100644 --- a/Formula/tsschecker.rb +++ b/Formula/tsschecker.rb @@ -10,7 +10,7 @@ class Tsschecker < Formula livecheck do url :homepage strategy :page_match - regex(%r{(\d+) Commits}im) + regex(/(\d+) Commits/im) end bottle do diff --git a/README.md b/README.md index 52792d4..f254cd2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Homebrew tap with various \*OS related tools - [libfragmentzip]( https://github.com/tihmstar/libfragmentzip ) - [libideviceactivation]( https://www.libimobiledevice.org/ ) - [libimobiledevice]( https://github.com/libimobiledevice/libimobiledevice ) -- [libinsn]( https://github.com/tihmstar/libinsn ) +- [libinsn]( https://github.com/tihmstar/libinsn ) - [libipatcher]( https://github.com/Cryptiiiic/libipatcher ) - Cryptiiiic's fork - [libirecovery]( https://github.com/libimobiledevice/libirecovery ) - [liboffsetfinder64]( https://github.com/Cryptiiiic/liboffsetfinder64 ) - Cryptiiiic's fork