Update Casks/d/deelay.rb

Co-authored-by: Bevan Kay <bevanjkay@gmail.com>
This commit is contained in:
rlpvin
2024-02-20 20:30:00 +05:30
committed by GitHub
co-authored by Bevan Kay
parent 4d3b120f56
commit 571c345f55
+1 -1
View File
@@ -8,7 +8,7 @@ cask "deelay" do
homepage "https://sixthsample.com/deelay/"
livecheck do
url "https://sixthsample.com/deelay/"
url :homepage
regex(%r{href=.*?/(\w+)/(\w+)/deelay[._-](\d+(?:\.\d+)+)\.zip}i)
strategy :page_match do |page, regex|
page.scan(regex).map { |match| "#{match[2]},#{match[0]},#{match[1]}" }