diff --git a/Casks/t/themeengine.rb b/Casks/t/themeengine.rb index 9b47c53d0f344..c9a2af76c058d 100644 --- a/Casks/t/themeengine.rb +++ b/Casks/t/themeengine.rb @@ -1,17 +1,17 @@ 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 @@ -19,5 +19,5 @@ app "ThemeEngine.app" - zap trash: "~/Library/Preferences/com.alexzielenski.ThemeEngine.LSSharedFileList.plist" + zap trash: "~/Library/Preferences/com.alexzielenski.ThemeEngine.plist" end diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 1194edfa22e31..d6d8152b24d3b 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -28,7 +28,6 @@ "splitshow": "all", "steveschow-gfxcardstatus": "all", "strawberry-wallpaper": "all", - "themeengine": "all", "universal-android-debloater": "all", "xit": "all" }