Skip to content

Commit

Permalink
openshot-video-editor@daily: migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Apr 30, 2024
1 parent c20fdff commit 4279722
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Casks/o/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cask "openshot-video-editor@daily" do
version "3.1.1,11893-a9e34a9b-8e9d7edc"
sha256 "88fb1efb813f5b6295efae969403351bd63c553abdcb1e2eaf0277b0e47df88d"

url "https://github.com/OpenShot/openshot-qt/releases/download/daily/OpenShot-v#{version.csv.first}-daily-#{version.csv.second}-x86_64.dmg",
verified: "github.com/OpenShot/openshot-qt/"
name "OpenShot Video Editor (Daily Build)"
desc "Cross-platform video editor"
homepage "https://openshot.org/"

livecheck do
url "https://www.openshot.org/download/"
regex(/OpenShot[._-]v?(\d+(?:\.\d+)+)[._-]daily[._-](.*)[._-]x86[._-]64\.dmg"/i)
strategy :page_match do |page, regex|
page.scan(regex).map { |match| "#{match[0]},#{match[1]}" }
end
end

conflicts_with cask: "openshot-video-editor"
depends_on macos: ">= :catalina"

app "OpenShot Video Editor.app"

zap trash: [
"~/.openshot_qt",
"~/Library/Application Support/openshot",
"~/Library/Preferences/openshot-qt.plist",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"netnewswire@beta": "all",
"nuclear": "all",
"openra-playtest": "all",
"openshot-video-editor@daily": "all",
"plugdata": "all",
"pock": "all",
"profilecreator": "all",
Expand Down

0 comments on commit 4279722

Please sign in to comment.