Skip to content

Commit

Permalink
Update themeengine.rb to a maintained fork
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul committed Apr 20, 2024
1 parent 41b4e9c commit fc8d97c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Casks/t/themeengine.rb
@@ -1,23 +1,23 @@
cask "themeengine" do
version "1.0.0,111"
sha256 "2f7039bf8a30a20da20b292252759a501d15962f909d3b2274db9c2ec7a3bf39"
version "1.0.0,118"
sha256 "5d471654427f192c9729362b157fa18d0c485371cd9f3fd32ecf23831bfa05c9"

url "https://github.com/alexzielenski/ThemeEngine/releases/download/#{version.csv.first}(#{version.csv.second})/ThemeEngine_111.zip"
url "https://github.com/jslegendre/ThemeEngine/releases/download/v#{version.csv.first}(#{version.csv.second})/ThemeEngine.zip"
name "ThemeEngine"
desc "App to edit compiled .car files"
homepage "https://github.com/alexzielenski/ThemeEngine/"
homepage "https://github.com/jslegendre/ThemeEngine/"

livecheck do
url :url
strategy :git do |tags|
tags.filter_map do |tag|
match = tag.match(/^(\d+(?:\.\d+)*)\((\d+)\)$/i)
match = tag.match(/^v(\d+(?:\.\d+)*)\((\d+)\)$/i)
"#{match[1]},#{match[2]}" if match
end
end
end

app "ThemeEngine.app"

zap trash: "~/Library/Preferences/com.alexzielenski.ThemeEngine.LSSharedFileList.plist"
zap trash: "~/Library/Preferences/com.alexzielenski.ThemeEngine.plist"
end
1 change: 0 additions & 1 deletion audit_exceptions/github_prerelease_allowlist.json
Expand Up @@ -28,7 +28,6 @@
"splitshow": "all",
"steveschow-gfxcardstatus": "all",
"strawberry-wallpaper": "all",
"themeengine": "all",
"universal-android-debloater": "all",
"xit": "all"
}

0 comments on commit fc8d97c

Please sign in to comment.