qdesktop: add livecheck (#102458)

This commit is contained in:
Markus Reiter
2021-03-23 07:40:44 +05:30
committed by GitHub
parent a833fa38cc
commit 26784feac4
2 changed files with 11 additions and 1 deletions
+10 -1
View File
@@ -3,10 +3,19 @@ cask "qdesktop" do
sha256 "80091362a4350baf14aa0d78eae0078ee974f68b9fa440a75569a4e591d3813a"
url "https://github.com/qvacua/qdesktop/releases/download/v#{version.before_comma}-#{version.after_comma}/Qdesktop-#{version.before_comma}.zip"
appcast "https://github.com/qvacua/qdesktop/releases.atom"
name "Qdesktop"
desc "App to set a website as the desktop background"
homepage "https://github.com/qvacua/qdesktop"
livecheck do
url :url
strategy :git do |tags|
tags.map do |tag|
match = tag.match(/^v?(\d+(?:\.\d+)*)-(\d+)$/i)
"#{match[1]},#{match[2]}"
end
end
end
app "Qdesktop.app"
end
@@ -18,6 +18,7 @@
"nuclear": "all",
"pock": "all",
"profilecreator": "all",
"qdesktop": "all",
"syntax-highlight": "all",
"toggl-track": "all",
"xit": "all"